Home
last modified time | relevance | path

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

/system/tools/mkbootimg/include/bootimg/
Dbootimg.h158 uint64_t recovery_dtbo_offset; /* offset to recovery dtbo/acpio in boot image */ member
/system/tools/mkbootimg/rust/
Dbootimg_priv.rs158 pub recovery_dtbo_offset: u64, field
186 unsafe { ::core::ptr::addr_of!((*ptr).recovery_dtbo_offset) as usize - ptr as usize }, in bindgen_test_layout_boot_img_hdr_v1()
192 stringify!(recovery_dtbo_offset) in bindgen_test_layout_boot_img_hdr_v1()
/system/tools/mkbootimg/
Dunpack_bootimg.py226 info.recovery_dtbo_offset = unpack('Q', boot_img.read(8))[0]
265 image_info_list.append((info.recovery_dtbo_offset,