Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc346 if (ClassLinker::VerifyOatAndDexFileChecksums(oat_file.get(), filename, location_checksum, in CopyProfileFile()
/art/runtime/
Dclass_linker.h295 static bool VerifyOatAndDexFileChecksums(const OatFile* oat_file,
Dclass_linker.cc1134 bool ClassLinker::VerifyOatAndDexFileChecksums(const OatFile* oat_file, in VerifyOatAndDexFileChecksums() function in art::ClassLinker
1187 bool verified = VerifyOatAndDexFileChecksums(oat_file, dex_location, *dex_location_checksum, in VerifyOatWithDexFile()