Home | History | Annotate | Download | only in runtime

Lines Matching refs:kDexMagicVersion

51 const byte DexFile::kDexMagicVersion[] = { '0', '3', '5', '\0' };
414 return (memcmp(version, kDexMagicVersion, sizeof(kDexMagicVersion)) == 0);