/system/core/fastbootd/ |
bootimg.h | 32 typedef struct boot_img_hdr boot_img_hdr; typedef in typeref:struct:boot_img_hdr 39 struct boot_img_hdr struct 90 boot_img_hdr *mkbootimg(void *kernel, unsigned kernel_size, 96 void bootimg_set_cmdline(boot_img_hdr *hdr, const char *cmdline);
|
commands.c | 45 static struct boot_img_hdr hdr;
|
/system/core/mkbootimg/ |
bootimg.h | 21 typedef struct boot_img_hdr boot_img_hdr; typedef in typeref:struct:boot_img_hdr 28 struct boot_img_hdr struct
|
mkbootimg.c | 97 boot_img_hdr hdr;
|
/system/core/fastboot/ |
bootimg.c | 35 void bootimg_set_cmdline(boot_img_hdr *h, const char *cmdline) 40 boot_img_hdr *mkbootimg(void *kernel, unsigned kernel_size, unsigned kernel_offset, 50 boot_img_hdr *hdr;
|
fastboot.c | 62 void bootimg_set_cmdline(boot_img_hdr *h, const char *cmdline); 64 boot_img_hdr *mkbootimg(void *kernel, unsigned kernel_size, unsigned kernel_offset, 351 if(cmdline) bootimg_set_cmdline((boot_img_hdr*) kdata, cmdline); 379 if(cmdline) bootimg_set_cmdline((boot_img_hdr*) bdata, cmdline);
|