Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc218 const std::string& new_boot_image_path, in RepackBootImage() argument
228 auto tmp_boot_image_path = new_boot_image_path + TMP_EXTENSION; in RepackBootImage()
262 return DeleteTmpFileIfNotChanged(tmp_boot_image_path, new_boot_image_path); in RepackBootImage()
Dboot_image_utils.h31 const std::string& new_boot_image_path,
Ddisk_flags.cc564 const std::string new_boot_image_path = instance_.new_boot_image(); in Setup() local
567 new_boot_image_path, instance_.instance_dir()); in Setup()
572 SetCommandLineOptionWithMode("boot_image", new_boot_image_path.c_str(), in Setup()
1419 const std::string new_boot_image_path = in DiskImageFlagsVectorization() local
1422 instance.set_new_boot_image(new_boot_image_path.c_str()); in DiskImageFlagsVectorization()