HomeSort by relevance Sort by last modified time
    Searched defs:BOOT_MAGIC (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
AbootimgLib.h 28 #define BOOT_MAGIC "ANDROID!"
29 #define BOOT_MAGIC_LENGTH (sizeof (BOOT_MAGIC) - 1)
  /system/core/mkbootimg/include/bootimg/
bootimg.h 23 #define BOOT_MAGIC "ANDROID!"
  /external/syslinux/com32/lib/syslinux/
load_linux.c 52 #define BOOT_MAGIC 0xAA55
208 if (hdr.boot_flag != BOOT_MAGIC) {

Completed in 141 milliseconds