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

  /hardware/intel/bootstub/
bootimg.h 35 #define BOOT_MAGIC_SIZE 8
41 unsigned char magic[BOOT_MAGIC_SIZE];
  /system/core/fastbootd/
bootimg.h 35 #define BOOT_MAGIC_SIZE 8
41 unsigned char magic[BOOT_MAGIC_SIZE];
commands.c 272 char data[BOOT_MAGIC_SIZE];
300 if (read_data_once(data_fd, data, BOOT_MAGIC_SIZE) < BOOT_MAGIC_SIZE) {
304 if (memcmp((void *)data, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
  /system/core/mkbootimg/
bootimg.h 24 #define BOOT_MAGIC_SIZE 8
31 unsigned char magic[BOOT_MAGIC_SIZE];
mkbootimg.c 194 memcpy(hdr.magic, BOOT_MAGIC, BOOT_MAGIC_SIZE);
  /system/core/fastboot/
bootimg.c 66 memcpy(hdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE);
fastboot.c 348 if(!memcmp(kdata, BOOT_MAGIC, BOOT_MAGIC_SIZE)) {
    [all...]
  /system/extras/verity/
verify_boot_signature.c 102 if (memcmp(BOOT_MAGIC, hdr.magic, BOOT_MAGIC_SIZE) != 0) {

Completed in 355 milliseconds