Home
last modified time | relevance | path

Searched refs:vendor_boot_image_path (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc204 const std::string& vendor_boot_image_path, const std::string& unpack_dir) { in UnpackVendorBootImageIfNotUnpacked() argument
215 unpack_cmd.AddParameter(vendor_boot_image_path); in UnpackVendorBootImageIfNotUnpacked()
285 const std::string& vendor_boot_image_path, in RepackVendorBootImage() argument
289 if (UnpackVendorBootImageIfNotUnpacked(vendor_boot_image_path, unpack_dir) == in RepackVendorBootImage()
352 FileSize(vendor_boot_image_path)); in RepackVendorBootImage()
362 const std::string& vendor_boot_image_path, in RepackVendorBootImageWithEmptyRamdisk() argument
368 unpack_dir + "/empty_ramdisk", vendor_boot_image_path, in RepackVendorBootImageWithEmptyRamdisk()
Dboot_image_utils.h32 const std::string& vendor_boot_image_path,
37 const std::string& vendor_boot_image_path,
43 const std::string& vendor_boot_image_path, const std::string& unpack_dir);