Searched refs:FinalPath (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileOutputBuffer.cpp | 53 return Temp.keep(FinalPath); in ~OnDiskBuffer() 92 if (FinalPath == "-") { in commit() 102 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 414 SmallVector<wchar_t, 128> FinalPath; 417 if (std::error_code EC = realPathFromHandle(Handle, FinalPath)) 420 return is_local_internal(FinalPath, Result); 439 SmallVector<wchar_t, 128> FinalPath; 440 if (std::error_code EC = realPathFromHandle(Handle, FinalPath)) 444 if (std::error_code EC = is_local_internal(FinalPath, IsLocal)) 990 SmallVector<wchar_t, 128> FinalPath; 991 if (!realPathFromHandle(FileHandle, FinalPath)) { 994 is_local_internal(FinalPath, IsLocal);
|