Searched refs:DEX_MAGIC (Results 1 – 3 of 3) sorted by relevance
49 #define DEX_MAGIC "dex\n" macro
737 if (memcmp(magic, DEX_MAGIC, 4) != 0) { in dexFileParse()
2737 if (memcmp(pHeader->magic, DEX_MAGIC, 4) != 0) { in dexFixByteOrdering()