Searched refs:OldPath (Results 1 – 4 of 4) sorted by relevance
127 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() argument128 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);
783 SmallString<128> OldPath(getCompilerRTPath()); in getCompilerRT() local784 llvm::sys::path::append(OldPath, CRTBasename); in getCompilerRT()785 if (Path.empty() || getVFS().exists(OldPath)) in getCompilerRT()786 return std::string(OldPath); in getCompilerRT()