Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h106 void RenameFile(const std::string &OldPath, const std::string &NewPath);
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCompileCommandsTests.cpp153 llvm::make_scope_exit([OldPath = std::string(::getenv("PATH"))] { in TEST()
154 ::setenv("PATH", OldPath.c_str(), 1); in TEST()