Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_unpacker.h42 bool HasVendorRamdiskImage() const { return vendor_ramdisk_image_size_ > 0; } in HasVendorRamdiskImage() function
Dboot_image_unpacker.cc136 if (HasVendorRamdiskImage()) { in Unpack()