Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp126 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() argument
127 rename(OldPath.c_str(), NewPath.c_str()); in RenameFile()
H A DFuzzerIOWindows.cpp233 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() argument
234 rename(OldPath.c_str(), NewPath.c_str()); in RenameFile()
H A DFuzzerIO.h107 void RenameFile(const std::string &OldPath, const std::string &NewPath);