Searched refs:RenameFile (Results 1 – 6 of 6) sorted by relevance
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | vendor_dlkm_utils.cc | 471 RenameFile(module_location, system_dlkm_module_location); in SplitRamdiskModules() 477 RenameFile(module_location, vendor_dlkm_module_location); in SplitRamdiskModules() 502 RenameFile(initramfs_blocklist_path, vendor_dlkm_blocklist_path); in SplitRamdiskModules() 555 const auto ret = RenameFile(src, dst); in MoveIfChanged()
|
D | boot_config.cc | 208 CF_EXPECT(RenameFile(tmp_boot_env_image_path, image_path), in PrepareBootEnvImage()
|
D | boot_image_utils.cc | 68 if (!RenameFile(tmp_file, current_file).ok()) { in DeleteTmpFileIfNotChanged()
|
/device/google/cuttlefish/common/libs/utils/ |
D | files.h | 54 Result<std::string> RenameFile(const std::string& current_filepath,
|
D | files.cpp | 418 Result<std::string> RenameFile(const std::string& current_filepath, in RenameFile() function
|
/device/google/cuttlefish/host/libs/config/ |
D | esp.cpp | 245 if (!RenameFile(tmp_esp_image, image_path_).ok()) { in Build()
|