Home
last modified time | relevance | path

Searched defs:OldPath (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp126 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile()
H A DFuzzerIOWindows.cpp233 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp697 SmallString<128> OldPath(getCompilerRTPath()); in getCompilerRT() local