Home
last modified time | relevance | path

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

/system/tools/mkbootimg/include/bootimg/
Dbootimg.h60 struct boot_img_hdr_v0 { struct
112 typedef struct boot_img_hdr_v0 boot_img_hdr; argument
148 struct boot_img_hdr_v1 : public boot_img_hdr_v0 {
/system/update_engine/payload_generator/
Dboot_img_filesystem.cc68 header_version == 3 ? sizeof(boot_img_hdr_v3) : sizeof(boot_img_hdr_v0); in CreateFromFile()
77 auto hdr_v0 = reinterpret_cast<boot_img_hdr_v0*>(header_blob.data()); in CreateFromFile()
Dboot_img_filesystem_unittest.cc51 boot_img_hdr_v0 hdr_v0{}; in GetBootImg()