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()
92 int64_t header_actual = (sizeof(boot_img_hdr_v1) + page_mask) & (~page_mask); in mkbootimg()117 hdr->header_size = sizeof(boot_img_hdr_v1); in mkbootimg()
2342 void FastBootTool::ParseOsPatchLevel(boot_img_hdr_v1* hdr, const char* arg) { in ParseOsPatchLevel()2352 void FastBootTool::ParseOsVersion(boot_img_hdr_v1* hdr, const char* arg) { in ParseOsVersion()
156 struct boot_img_hdr_v1 : public boot_img_hdr_v0 { struct199 struct boot_img_hdr_v2 : public boot_img_hdr_v1 {