Searched refs:new_vendor_boot_image_path (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | boot_image_utils.cc | 286 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()
|
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 | 960 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/ |
D | kernel_ramdisk_repacker.cpp | 147 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()
|