Searched refs:OldPath (Results 1 – 3 of 3) 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);