Searched refs:BOOT_MAGIC_SIZE (Results 1 - 4 of 4) sorted by last modified time

/system/core/fastboot/
H A Dbootimg.c66 memcpy(hdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE);
H A Dfastboot.c327 if(!memcmp(kdata, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
/system/core/mkbootimg/
H A Dbootimg.h24 #define BOOT_MAGIC_SIZE 8 macro
30 unsigned char magic[BOOT_MAGIC_SIZE];
H A Dmkbootimg.c192 memcpy(hdr.magic, BOOT_MAGIC, BOOT_MAGIC_SIZE);

Completed in 441 milliseconds