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.cc147 const std::string& vendor_boot_image_path, const std::string& unpack_dir) { in UnpackVendorBootImageIfNotUnpacked() argument
158 unpack_cmd.AddParameter(vendor_boot_image_path); in UnpackVendorBootImageIfNotUnpacked()
244 const std::string& vendor_boot_image_path, in RepackVendorBootImage() argument
248 if (UnpackVendorBootImageIfNotUnpacked(vendor_boot_image_path, unpack_dir) == in RepackVendorBootImage()
314 avb_cmd.AddParameter(FileSize(vendor_boot_image_path)); in RepackVendorBootImage()
327 const std::string& vendor_boot_image_path, in RepackVendorBootImageWithEmptyRamdisk() argument
333 unpack_dir + "/empty_ramdisk", vendor_boot_image_path, in RepackVendorBootImageWithEmptyRamdisk()
Dboot_image_utils.h27 const std::string& vendor_boot_image_path,
32 const std::string& vendor_boot_image_path,
38 const std::string& vendor_boot_image_path, const std::string& unpack_dir);