Lines Matching refs:magic
277 // magic is ok
2787 const u1* magic = pHeader->magic;
2788 const u1* version = &magic[4];
2790 if (memcmp(magic, DEX_MAGIC, 4) != 0) {
2791 ALOGE("ERROR: unrecognized magic number (%02x %02x %02x %02x)",
2792 magic[0], magic[1], magic[2], magic[3]);
2859 const int nonSum = sizeof(pHeader->magic) + sizeof(pHeader->checksum);
2936 * Detect the file type of the given memory buffer via magic number.
2955 ALOGE("ERROR: Bad magic number (0x%02x %02x %02x %02x)",