Searched refs:boot_img_hdr (Results 1 – 6 of 6) sorted by relevance
/system/core/fastboot/ |
D | bootimg_utils.cpp | 35 void bootimg_set_cmdline(boot_img_hdr* h, const char* cmdline) in bootimg_set_cmdline() 40 boot_img_hdr* mkbootimg(void* kernel, int64_t kernel_size, off_t kernel_offset, in mkbootimg() 54 boot_img_hdr* hdr = reinterpret_cast<boot_img_hdr*>(calloc(*bootimg_size, 1)); in mkbootimg()
|
D | bootimg_utils.h | 36 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,
|
D | fastboot.cpp | 437 if (cmdline) bootimg_set_cmdline((boot_img_hdr*) kdata, cmdline); in load_bootable_image() 478 if (cmdline) bootimg_set_cmdline((boot_img_hdr*) bdata, cmdline); in load_bootable_image()
|
/system/core/mkbootimg/ |
D | bootimg.h | 23 typedef struct boot_img_hdr boot_img_hdr; typedef 31 struct boot_img_hdr struct
|
/system/extras/verity/ |
D | verify_boot_signature.c | 95 struct boot_img_hdr hdr; in get_signature_offset()
|
/system/core/init/ |
D | property_service.cpp | 509 boot_img_hdr hdr; in load_recovery_id_prop()
|