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

  /art/runtime/
vdex_file.cc 43 constexpr uint8_t VdexFile::VerifierDepsHeader::kDexSectionVersionEmpty[4];
55 (memcmp(dex_section_version_, kDexSectionVersionEmpty, sizeof(kDexSectionVersionEmpty)) == 0);
72 memcpy(dex_section_version_, kDexSectionVersionEmpty, sizeof(kDexSectionVersionEmpty));
vdex_file.h 105 static constexpr uint8_t kDexSectionVersionEmpty[] = { '0', '0', '0', '\0' };

Completed in 63 milliseconds