Searched refs:current_filepath (Results 1 – 2 of 2) sorted by relevance
418 Result<std::string> RenameFile(const std::string& current_filepath, in RenameFile() argument420 if (current_filepath != target_filepath) { in RenameFile()421 CF_EXPECT(rename(current_filepath.c_str(), target_filepath.c_str()) == 0, in RenameFile()422 "rename " << current_filepath << " to " << target_filepath in RenameFile()
54 Result<std::string> RenameFile(const std::string& current_filepath,