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

/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DFileOutputBuffer.h64 return FinalPath;
87 SmallString<128> FinalPath; member in class:llvm::FileOutputBuffer
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DFileOutputBuffer.cpp26 , FinalPath(Path)
102 return sys::fs::rename(Twine(TempPath), Twine(FinalPath));

Completed in 110 milliseconds