Home
last modified time | relevance | path

Searched refs:FinalPath (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileOutputBuffer.h65 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/
DFileOutputBuffer.h61 return FinalPath; in getPath()
84 SmallString<128> FinalPath; variable
/external/llvm/lib/Support/
DFileOutputBuffer.cpp32 : 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/
DFileOutputBuffer.cpp54 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/
DPath.inc389 SmallVector<wchar_t, 128> FinalPath;
392 if (std::error_code EC = realPathFromHandle(Handle, FinalPath))
395 return is_local_internal(FinalPath, Result);