Home
last modified time | relevance | path

Searched defs:vendor_boot_img_hdr_v4 (Results 1 – 2 of 2) sorted by relevance

/system/tools/mkbootimg/include/bootimg/
Dbootimg.h404 struct vendor_boot_img_hdr_v4 : public vendor_boot_img_hdr_v3 { struct
405 uint32_t vendor_ramdisk_table_size; /* size in bytes for the vendor ramdisk table */
406 uint32_t vendor_ramdisk_table_entry_num; /* number of entries in the vendor ramdisk table */
407 uint32_t vendor_ramdisk_table_entry_size; /* size in bytes for a vendor ramdisk table entry */
408 uint32_t bootconfig_size; /* size in bytes for the bootconfig section */
/system/tools/mkbootimg/rust/
Dbootimg_priv.rs510 pub struct vendor_boot_img_hdr_v4 { struct
519 const UNINIT: ::core::mem::MaybeUninit<vendor_boot_img_hdr_v4> = in bindgen_test_layout_vendor_boot_img_hdr_v4() argument
577 impl Default for vendor_boot_img_hdr_v4 { implementation