Searched refs:kDexSectionVersion (Results 1 – 2 of 2) sorted by relevance
48 constexpr uint8_t VdexFile::VerifierDepsHeader::kDexSectionVersion[4]; member in art::VdexFile::VerifierDepsHeader60 return (memcmp(dex_section_version_, kDexSectionVersion, sizeof(kDexSectionVersion)) == 0) || in IsDexSectionVersionValid()65 return (memcmp(dex_section_version_, kDexSectionVersion, sizeof(kDexSectionVersion)) == 0); in HasDexSection()80 memcpy(dex_section_version_, kDexSectionVersion, sizeof(kDexSectionVersion)); in VerifierDepsHeader()
123 static constexpr uint8_t kDexSectionVersion[] = { '0', '0', '2', '\0' }; member