Searched refs:boot_img_hdr (Results 1 - 6 of 6) sorted by relevance

/system/core/mkbootimg/
H A Dbootimg.h23 typedef struct boot_img_hdr boot_img_hdr; typedef in typeref:struct:boot_img_hdr
31 struct boot_img_hdr struct
/system/core/fastboot/
H A Dbootimg_utils.h36 void bootimg_set_cmdline(boot_img_hdr* h, const char* cmdline);
37 boot_img_hdr* mkbootimg(void* kernel, int64_t kernel_size, off_t kernel_offset,
H A Dbootimg_utils.cpp35 void bootimg_set_cmdline(boot_img_hdr* h, const char* cmdline)
40 boot_img_hdr* mkbootimg(void* kernel, int64_t kernel_size, off_t kernel_offset,
54 boot_img_hdr* hdr = reinterpret_cast<boot_img_hdr*>(calloc(*bootimg_size, 1));
H A Dfastboot.cpp419 if (cmdline) bootimg_set_cmdline((boot_img_hdr*) kdata, cmdline);
460 if (cmdline) bootimg_set_cmdline((boot_img_hdr*) bdata, cmdline);
/system/extras/verity/
H A Dverify_boot_signature.c95 struct boot_img_hdr hdr;
/system/core/init/
H A Dproperty_service.cpp509 boot_img_hdr hdr;

Completed in 182 milliseconds