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

  /art/runtime/
dex_file.cc 63 const uint8_t DexFile::kDexMagic[] = { 'd', 'e', 'x', '\n' };
621 return (memcmp(magic, kDexMagic, sizeof(kDexMagic)) == 0);
625 const uint8_t* version = &magic[sizeof(kDexMagic)];
635 const char* version = reinterpret_cast<const char*>(&magic_[sizeof(kDexMagic)]);
    [all...]
dex_file.h 47 static const uint8_t kDexMagic[];
    [all...]

Completed in 222 milliseconds