Home
last modified time | relevance | path

Searched refs:recovery_dtbo_size (Results 1 – 3 of 3) sorted by relevance

/system/tools/mkbootimg/
Dunpack_bootimg.py149 if self.recovery_dtbo_size > 0:
225 info.recovery_dtbo_size = unpack('I', boot_img.read(1 * 4))[0]
229 info.recovery_dtbo_size = 0
264 if info.recovery_dtbo_size > 0:
266 info.recovery_dtbo_size,
271 info.recovery_dtbo_size, page_size)
/system/tools/mkbootimg/include/bootimg/
Dbootimg.h157 uint32_t recovery_dtbo_size; /* size in bytes for recovery DTBO/ACPIO image */ member
/system/tools/mkbootimg/rust/
Dbootimg_priv.rs157 pub recovery_dtbo_size: u32, field
176 unsafe { ::core::ptr::addr_of!((*ptr).recovery_dtbo_size) as usize - ptr as usize }, in bindgen_test_layout_boot_img_hdr_v1()
182 stringify!(recovery_dtbo_size) in bindgen_test_layout_boot_img_hdr_v1()