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 commit() 92 if (FinalPath == "-") { in commit() 102 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_Delete, Mode)) in commit()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 415 SmallVector<wchar_t, 128> FinalPath; 418 if (std::error_code EC = realPathFromHandle(Handle, FinalPath)) 421 return is_local_internal(FinalPath, Result); 440 SmallVector<wchar_t, 128> FinalPath; 441 if (std::error_code EC = realPathFromHandle(Handle, FinalPath)) 445 if (std::error_code EC = is_local_internal(FinalPath, IsLocal)) 991 SmallVector<wchar_t, 128> FinalPath; 992 if (!realPathFromHandle(FileHandle, FinalPath)) { 995 is_local_internal(FinalPath, IsLocal);
|