Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dvendor_dlkm_utils.cc471 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()
Dboot_config.cc208 CF_EXPECT(RenameFile(tmp_boot_env_image_path, image_path), in PrepareBootEnvImage()
Dboot_image_utils.cc68 if (!RenameFile(tmp_file, current_file).ok()) { in DeleteTmpFileIfNotChanged()
/device/google/cuttlefish/common/libs/utils/
Dfiles.h54 Result<std::string> RenameFile(const std::string& current_filepath,
Dfiles.cpp418 Result<std::string> RenameFile(const std::string& current_filepath, in RenameFile() function
/device/google/cuttlefish/host/libs/config/
Desp.cpp245 if (!RenameFile(tmp_esp_image, image_path_).ok()) { in Build()