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

  /system/core/mkbootimg/
bootimg.h 24 #define BOOT_MAGIC_SIZE 8
30 unsigned char magic[BOOT_MAGIC_SIZE];
mkbootimg.c 193 memcpy(hdr.magic, BOOT_MAGIC, BOOT_MAGIC_SIZE);
  /system/core/fastboot/
bootimg.c 66 memcpy(hdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE);
fastboot.c 333 if(!memcmp(kdata, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {

Completed in 698 milliseconds