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

  /system/core/mkbootimg/
bootimg.h 24 #define BOOT_MAGIC_SIZE 8
30 unsigned char magic[BOOT_MAGIC_SIZE];
mkbootimg.c 185 memcpy(hdr.magic, BOOT_MAGIC, BOOT_MAGIC_SIZE);
  /bootable/bootloader/legacy/include/boot/
bootimg.h 35 #define BOOT_MAGIC_SIZE 8
41 unsigned char magic[BOOT_MAGIC_SIZE];
  /system/core/fastboot/
bootimg.c 66 memcpy(hdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE);
fastboot.c 261 if(!memcmp(kdata, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
  /bootable/bootloader/legacy/usbloader/
usbloader.c 194 if((kernel_size < 2048) || memcmp(hdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE)){
446 if(memcmp((void*) kernel_addr, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
main.c 128 if(memcmp(hdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {

Completed in 270 milliseconds