Searched refs:OldPath (Results 1 – 4 of 4) sorted by relevance
126 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() argument127 rename(OldPath.c_str(), NewPath.c_str()); in RenameFile()
233 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() argument234 rename(OldPath.c_str(), NewPath.c_str()); in RenameFile()
107 void RenameFile(const std::string &OldPath, const std::string &NewPath);
697 SmallString<128> OldPath(getCompilerRTPath()); in getCompilerRT() local698 llvm::sys::path::append(OldPath, CRTBasename); in getCompilerRT()699 if (Path.empty() || getVFS().exists(OldPath)) in getCompilerRT()700 return std::string(OldPath); in getCompilerRT()