Home | History | Annotate | Download | only in analysis

Lines Matching refs:DEX_OPT_MAGIC

649     memcpy(optHdr.magic, DEX_OPT_MAGIC, 4);
1077 } else if (memcmp(magic, DEX_OPT_MAGIC, 4) != 0) {