Searched refs:DEX_MAGIC_VERS (Results 1 – 3 of 3) sorted by relevance
53 #define DEX_MAGIC_VERS "035\0" macro
544 if (memcmp(magic+4, DEX_MAGIC_VERS, 4) != 0) { in dexFileParse()
2812 if (okay && memcmp(pHeader->magic+4, DEX_MAGIC_VERS, 4) != 0) { in dexSwapAndVerify()