Searched refs:FinalPath (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | FileOutputBuffer.h | 61 StringRef getPath() const { return FinalPath; } in getPath() 80 FileOutputBuffer(StringRef Path) : FinalPath(Path) {} in FileOutputBuffer() 82 std::string FinalPath; variable
|
| H A D | FileUtilities.h | 107 llvm::Error writeFileAtomically(StringRef TempPathModel, StringRef FinalPath, 111 writeFileAtomically(StringRef TempPathModel, StringRef FinalPath,
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | FileOutputBuffer.cpp | 50 return Temp.keep(FinalPath); in commit() 89 if (FinalPath == "-") { in commit() 99 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
|
| H A D | FileUtilities.cpp | 288 StringRef FinalPath, StringRef Buffer) { in writeFileAtomically() argument 289 return writeFileAtomically(TempPathModel, FinalPath, in writeFileAtomically() 297 StringRef TempPathModel, StringRef FinalPath, in writeFileAtomically() argument 319 if (sys::fs::rename(/*from=*/GeneratedUniqPath, /*to=*/FinalPath)) { in writeFileAtomically()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 413 SmallVector<wchar_t, 128> FinalPath; 416 if (std::error_code EC = realPathFromHandle(Handle, FinalPath)) 419 return is_local_internal(FinalPath, Result); 438 SmallVector<wchar_t, 128> FinalPath; 439 if (std::error_code EC = realPathFromHandle(Handle, FinalPath)) 443 if (std::error_code EC = is_local_internal(FinalPath, IsLocal))
|