Searched refs:boot_img_hdr_v1 (Results 1 – 5 of 5) sorted by relevance
35 void ParseOsPatchLevel(boot_img_hdr_v1*, const char*);36 void ParseOsVersion(boot_img_hdr_v1*, const char*);
23 boot_img_hdr_v1 hdr; in TEST()38 boot_img_hdr_v1 hdr; in TEST()
87 int64_t header_actual = (sizeof(boot_img_hdr_v1) + page_mask) & (~page_mask); in mkbootimg()112 hdr->header_size = sizeof(boot_img_hdr_v1); in mkbootimg()
2211 void FastBootTool::ParseOsPatchLevel(boot_img_hdr_v1* hdr, const char* arg) { in ParseOsPatchLevel()2221 void FastBootTool::ParseOsVersion(boot_img_hdr_v1* hdr, const char* arg) { in ParseOsVersion()
148 struct boot_img_hdr_v1 : public boot_img_hdr_v0 { struct191 struct boot_img_hdr_v2 : public boot_img_hdr_v1 {