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