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

  /dalvik/libdex/
DexFile.h 76 kDexEndianConstant = 0x12345678, /* the endianness indicator */
DexSwapVerify.cpp 301 if (pHeader->endianTag != kDexEndianConstant) {
    [all...]
  /art/runtime/
dex_file.h 51 static const uint32_t kDexEndianConstant = 0x12345678;
    [all...]
dex_file_verifier.cc 155 if (header_->endian_tag_ != DexFile::kDexEndianConstant) {
    [all...]

Completed in 75 milliseconds