Home | History | Annotate | Download | only in runtime

Lines Matching refs:kDexMagic

50 const byte DexFile::kDexMagic[] = { 'd', 'e', 'x', '\n' };
409 return (memcmp(magic, kDexMagic, sizeof(kDexMagic)) == 0);
413 const byte* version = &magic[sizeof(kDexMagic)];
418 const char* version = reinterpret_cast<const char*>(&GetHeader().magic_[sizeof(kDexMagic)]);