OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boot_img_hdr
(Results
1 - 7
of
7
) sorted by null
/system/core/mkbootimg/
bootimg.h
23
typedef struct
boot_img_hdr
boot_img_hdr
;
typedef in typeref:struct:boot_img_hdr
31
struct
boot_img_hdr
struct
/system/core/fastboot/
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,
bootimg_utils.cpp
35
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));
fastboot.cpp
435
if (cmdline) bootimg_set_cmdline((
boot_img_hdr
*) kdata, cmdline);
476
if (cmdline) bootimg_set_cmdline((
boot_img_hdr
*) bdata, cmdline);
[
all
...]
/hardware/intel/bootstub/
bootstub.c
152
struct
boot_img_hdr
*aosp = (struct
boot_img_hdr
*)AOSP_HEADER_ADDRESS;
470
struct
boot_img_hdr
*aosp = (struct
boot_img_hdr
*)AOSP_HEADER_ADDRESS;
/system/extras/verity/
verify_boot_signature.c
95
struct
boot_img_hdr
hdr;
/system/core/init/
property_service.cpp
509
boot_img_hdr
hdr;
Completed in 96 milliseconds