Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp127 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() argument
128 rename(OldPath.c_str(), NewPath.c_str()); in RenameFile()
H A DFuzzerIOWindows.cpp234 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() argument
235 rename(OldPath.c_str(), NewPath.c_str()); in RenameFile()
H A DFuzzerIO.h102 void RenameFile(const std::string &OldPath, const std::string &NewPath);