Home
last modified time | relevance | path

Searched refs:RenameFile (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dfiles.h30 bool RenameFile(const std::string& old_name, const std::string& new_name);
Dfiles.cpp115 bool RenameFile(const std::string& old_name, const std::string& new_name) { in RenameFile() function
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_config.cc84 if(!cuttlefish::RenameFile(tmp_boot_env_image_path, boot_env_image_path)) { in InitBootloaderEnvPartition()