Home
last modified time | relevance | path

Searched refs:DEX_MAGIC_VERS (Results 1 – 3 of 3) sorted by relevance

/dalvik/libdex/
DDexFile.h53 #define DEX_MAGIC_VERS "035\0" macro
DDexFile.c544 if (memcmp(magic+4, DEX_MAGIC_VERS, 4) != 0) { in dexFileParse()
DDexSwapVerify.c2812 if (okay && memcmp(pHeader->magic+4, DEX_MAGIC_VERS, 4) != 0) { in dexSwapAndVerify()