Searched defs:kDexMagic (Results 1 – 2 of 2) sorted by relevance
26 const uint8_t StandardDexFile::kDexMagic[] = { 'd', 'e', 'x', '\n' }; member in art::StandardDexFile
91 static const uint8_t kDexMagic[kDexMagicSize]; variable