Home
last modified time | relevance | path

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

/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()