HomeSort by relevance Sort by last modified time
    Searched refs:kDexMagic (Results 1 - 2 of 2) sorted by null

  /art/runtime/
dex_file.cc 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)]);
    [all...]
dex_file.h 55 static const byte kDexMagic[];
    [all...]

Completed in 34 milliseconds