Searched refs:FinalPath (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FileOutputBuffer.h | 65 StringRef getPath() const { return FinalPath; } in getPath() 80 FileOutputBuffer(StringRef Path) : FinalPath(Path) {} in FileOutputBuffer() 82 std::string FinalPath; variable
|
/external/llvm/include/llvm/Support/ |
D | FileOutputBuffer.h | 61 return FinalPath; in getPath() 84 SmallString<128> FinalPath; variable
|
/external/llvm/lib/Support/ |
D | FileOutputBuffer.cpp | 32 : Region(std::move(R)), FinalPath(Path), TempPath(TmpPath) {} in FileOutputBuffer() 110 std::error_code EC = sys::fs::rename(Twine(TempPath), Twine(FinalPath)); in commit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | FileOutputBuffer.cpp | 54 return Temp.keep(FinalPath); in commit() 89 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Path.inc | 389 SmallVector<wchar_t, 128> FinalPath; 392 if (std::error_code EC = realPathFromHandle(Handle, FinalPath)) 395 return is_local_internal(FinalPath, Result);
|