Searched refs:DEX_MAGIC (Results 1 – 2 of 2) sorted by relevance
51 #define DEX_MAGIC "dex\n" macro
2802 if (memcmp(magic, DEX_MAGIC, 4) != 0) { in dexHasValidMagic()2962 if (memcmp(addr, DEX_MAGIC, 4) == 0) { in dexSwapAndVerifyIfNecessary()