Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h51 #define DEX_MAGIC "dex\n" macro
DDexSwapVerify.cpp2802 if (memcmp(magic, DEX_MAGIC, 4) != 0) { in dexHasValidMagic()
2962 if (memcmp(addr, DEX_MAGIC, 4) == 0) { in dexSwapAndVerifyIfNecessary()