Home
last modified time | relevance | path

Searched refs:current_filepath (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp418 Result<std::string> RenameFile(const std::string& current_filepath, in RenameFile() argument
420 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()
Dfiles.h54 Result<std::string> RenameFile(const std::string& current_filepath,