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

  /art/libdexfile/dex/
test_dex_file_builder.h 96 header->endian_tag_ = DexFile::kDexEndianConstant;
dex_file.h 80 static constexpr uint32_t kDexEndianConstant = 0x12345678;
    [all...]
dex_file_verifier.cc 326 if (header_->endian_tag_ != DexFile::kDexEndianConstant) {
    [all...]
  /dalvik/libdex/
DexFile.h 134 kDexEndianConstant = 0x12345678, /* the endianness indicator */
    [all...]
DexSwapVerify.cpp 277 if (pHeader->endianTag != kDexEndianConstant) {
    [all...]

Completed in 69 milliseconds