Home
last modified time | relevance | path

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

/system/tools/mkbootimg/rust/
Dbootimg_priv.rs475 pub struct boot_img_hdr_v4 { struct
481 const UNINIT: ::core::mem::MaybeUninit<boot_img_hdr_v4> = ::core::mem::MaybeUninit::uninit(); in bindgen_test_layout_boot_img_hdr_v4() argument
499 impl Default for boot_img_hdr_v4 { implementation
/system/tools/mkbootimg/include/bootimg/
Dbootimg.h400 struct boot_img_hdr_v4 : public boot_img_hdr_v3 { struct
404 struct vendor_boot_img_hdr_v4 : public vendor_boot_img_hdr_v3 { argument