reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
219 sys::path::append(Path, llvm::toHex(BuildIdBytes[0], /*LowerCase*/ true)); 220 if (auto EC = sys::fs::create_directories(Path)) 222 Path.str(), 225 sys::path::append(Path, 227 Path += Suffix; 238 sys::fs::createUniquePath(Twine(Path) + "-" + MODEL_32 + ".tmp", TmpPath, 241 Path.push_back('\0'); 243 Path.data()); 248 if (auto EC = sys::fs::rename(TmpPath, Path)) { 249 Path.push_back('\0'); 251 Path.data());