Home
last modified time | relevance | path

Searched refs:new_vendor_boot_image_path (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc286 const std::string& new_vendor_boot_image_path, in RepackVendorBootImage() argument
325 auto tmp_vendor_boot_image_path = new_vendor_boot_image_path + TMP_EXTENSION; in RepackVendorBootImage()
358 return DeleteTmpFileIfNotChanged(tmp_vendor_boot_image_path, new_vendor_boot_image_path); in RepackVendorBootImage()
363 const std::string& new_vendor_boot_image_path, in RepackVendorBootImageWithEmptyRamdisk() argument
369 new_vendor_boot_image_path, unpack_dir, bootconfig_supported); in RepackVendorBootImageWithEmptyRamdisk()
Dboot_image_utils.h33 const std::string& new_vendor_boot_image_path,
38 const std::string& new_vendor_boot_image_path,
Ddisk_flags.cc960 const std::string new_vendor_boot_image_path = in DiskImageFlagsVectorization() local
965 instance.set_new_vendor_boot_image(new_vendor_boot_image_path.c_str()); in DiskImageFlagsVectorization()
/device/google/cuttlefish/host/commands/assemble_cvd/disk/
Dkernel_ramdisk_repacker.cpp147 const std::string new_vendor_boot_image_path = in ResultSetup() local
164 new_vendor_boot_image_path, config_.assembly_dir(), in ResultSetup()
175 instance_.vendor_boot_image(), new_vendor_boot_image_path, in ResultSetup()