Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h49 #define DEX_MAGIC "dex\n" macro
DDexFile.c737 if (memcmp(magic, DEX_MAGIC, 4) != 0) { in dexFileParse()
DDexSwapVerify.c2737 if (memcmp(pHeader->magic, DEX_MAGIC, 4) != 0) { in dexFixByteOrdering()