Home
last modified time | relevance | path

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

/system/core/fastboot/
Dvendor_boot_img_utils.cpp132 if (hdr->header_version == 4) return sizeof(vendor_boot_img_hdr_v4); in get_vendor_boot_header_size()
231 auto new_hdr_v4 = static_cast<vendor_boot_img_hdr_v4*>(new_hdr); in replace_default_vendor_ramdisk()
251 auto hdr_v4 = static_cast<const vendor_boot_img_hdr_v4*>(hdr); in replace_default_vendor_ramdisk()
256 auto new_hdr_v4 = static_cast<const vendor_boot_img_hdr_v4*>(new_hdr); in replace_default_vendor_ramdisk()
308 auto hdr = reinterpret_cast<const vendor_boot_img_hdr_v4*>(vendor_boot.data()); in replace_vendor_ramdisk_fragment()
342 auto new_hdr = reinterpret_cast<vendor_boot_img_hdr_v4*>(updater.new_begin()); in replace_vendor_ramdisk_fragment()
Dvendor_boot_img_utils_test.cpp305 auto hdr_v4 = static_cast<const vendor_boot_img_hdr_v4*>(hdr); in TEST_P()
378 auto hdr = reinterpret_cast<const vendor_boot_img_hdr_v4*>(new_content.data()); in TEST_P()
/system/tools/mkbootimg/include/bootimg/
Dbootimg.h404 struct vendor_boot_img_hdr_v4 : public vendor_boot_img_hdr_v3 { struct