Home
last modified time | relevance | path

Searched refs:MatchesDexFileChecksums (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dvdex_file.h350 bool MatchesDexFileChecksums(const std::vector<const DexFile::Header*>& dex_headers) const;
Dvdex_file.cc465 bool VdexFile::MatchesDexFileChecksums(const std::vector<const DexFile::Header*>& dex_headers) in MatchesDexFileChecksums() function in art::VdexFile
Doat_file_manager.cc506 } else if (!vdex_file->MatchesDexFileChecksums(dex_headers)) { in OpenDexFilesFromOat_Impl()