Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/disk/
Dkernel_ramdisk_repacker.cpp126 const std::string new_vendor_boot_image_path = in RepackKernelRamdisk() local
143 new_vendor_boot_image_path, config.assembly_dir(), in RepackKernelRamdisk()
154 instance.vendor_boot_image(), new_vendor_boot_image_path, in RepackKernelRamdisk()
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc323 const std::string& new_vendor_boot_image_path, in RepackVendorBootImage() argument
362 auto tmp_vendor_boot_image_path = new_vendor_boot_image_path + TMP_EXTENSION; in RepackVendorBootImage()
395 return DeleteTmpFileIfNotChanged(tmp_vendor_boot_image_path, new_vendor_boot_image_path); in RepackVendorBootImage()
400 const std::string& new_vendor_boot_image_path, in RepackVendorBootImageWithEmptyRamdisk() argument
406 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.cc1013 const std::string new_vendor_boot_image_path = in DiskImageFlagsVectorization() local
1018 instance.set_new_vendor_boot_image(new_vendor_boot_image_path.c_str()); in DiskImageFlagsVectorization()