Searched defs:kDexMagic (Results 1 – 4 of 4) sorted by relevance
26 const uint8_t StandardDexFile::kDexMagic[] = { 'd', 'e', 'x', '\n' }; member in art::StandardDexFile
93 static const uint8_t kDexMagic[kDexMagicSize]; variable
1613 constexpr const char* kDexMagic = "dex\n"; in TEST_F() local
1538 static constexpr uint8_t kDexMagic[kDexMagicSize] = { 'c', 'd', 'e', 'x' }; member in art::LegacyCompactDexFile