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

  /art/runtime/
dex_file.cc 48 const byte DexFile::kDexMagic[] = { 'd', 'e', 'x', '\n' };
321 return (memcmp(magic, kDexMagic, sizeof(kDexMagic)) == 0);
325 const byte* version = &magic[sizeof(kDexMagic)];
330 const char* version = reinterpret_cast<const char*>(&GetHeader().magic_[sizeof(kDexMagic)]);
    [all...]
dex_file.h 48 static const byte kDexMagic[];
    [all...]

Completed in 78 milliseconds