HomeSort by relevance Sort by last modified time
    Searched refs:kDexMagicSize (Results 1 - 8 of 8) sorted by null

  /art/libdexfile/dex/
standard_dex_file.cc 40 std::copy_n(kDexMagic, kDexMagicSize, magic);
46 magic + kDexMagicSize);
compact_dex_file.cc 25 constexpr uint8_t CompactDexFile::kDexMagic[kDexMagicSize];
29 std::copy_n(kDexMagic, kDexMagicSize, magic);
33 std::copy_n(kDexMagicVersion, kDexVersionLen, magic + kDexMagicSize);
standard_dex_file.h 70 static const uint8_t kDexMagic[kDexMagicSize];
compact_dex_file_test.cc 28 static const size_t len = CompactDexFile::kDexVersionLen + CompactDexFile::kDexMagicSize;
compact_dex_file.h 29 static constexpr uint8_t kDexMagic[kDexMagicSize] = { 'c', 'd', 'e', 'x' };
dex_file.cc 208 const char* version = reinterpret_cast<const char*>(&magic_[kDexMagicSize]);
dex_file.h 73 static constexpr size_t kDexMagicSize = 4;
    [all...]
  /art/dexlayout/
dex_writer.cc 802 StandardDexFile::kDexMagicSize + StandardDexFile::kDexVersionLen;
    [all...]

Completed in 60 milliseconds