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/ |
D | kernel_ramdisk_repacker.cpp | 126 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/ |
D | boot_image_utils.cc | 323 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()
|
D | boot_image_utils.h | 33 const std::string& new_vendor_boot_image_path, 38 const std::string& new_vendor_boot_image_path,
|
D | disk_flags.cc | 1013 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()
|