Searched defs:kDexMagic (Results 1 – 3 of 3) sorted by relevance
| /art/libdexfile/dex/ | ||
| D | standard_dex_file.cc | 26 const uint8_t StandardDexFile::kDexMagic[] = { 'd', 'e', 'x', '\n' }; member in art::StandardDexFile |
| D | compact_dex_file.cc | 25 constexpr uint8_t CompactDexFile::kDexMagic[kDexMagicSize]; member in art::CompactDexFile |
| D | standard_dex_file.h | 70 static const uint8_t kDexMagic[kDexMagicSize]; variable |