Searched refs:OldPath (Results 1 – 3 of 3) 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()
234 void RenameFile(const std::string &OldPath, const std::string &NewPath) { in RenameFile() argument235 rename(OldPath.c_str(), NewPath.c_str()); in RenameFile()
102 void RenameFile(const std::string &OldPath, const std::string &NewPath);