Searched refs:BOOT_MAGIC (Results 1 - 4 of 4) sorted by relevance

/system/core/mkbootimg/
H A Dbootimg.h23 #define BOOT_MAGIC "ANDROID!" macro
H A Dmkbootimg.c192 memcpy(hdr.magic, BOOT_MAGIC, BOOT_MAGIC_SIZE);
/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)) {

Completed in 543 milliseconds