Home
last modified time | relevance | path

Searched refs:verify_checksum (Results 1 – 8 of 8) sorted by relevance

/art/libdexfile/dex/
Dart_dex_file_loader.cc47 bool verify_checksum, in Open() argument
58 verify_checksum, in Open()
68 bool verify_checksum, in Open() argument
71 return loader.Open(location_checksum, verify, verify_checksum, error_msg); in Open()
77 bool verify_checksum, in Open() argument
81 return loader.Open(verify, verify_checksum, error_msg, dex_files); in Open()
Ddex_file_loader.h196 bool verify_checksum,
204 bool verify_checksum, in Open() argument
207 /*header_offset=*/0, location_checksum, oat_dex_file, verify, verify_checksum, error_msg); in Open()
215 bool verify_checksum, in Open() argument
220 verify_checksum, in Open()
226 bool verify_checksum,
233 bool verify_checksum, in Open() argument
238 verify_checksum, in Open()
246 bool verify_checksum, in Open() argument
251 return Open(verify, verify_checksum, allow_no_dex_files, &error_code, error_msg, dex_files); in Open()
[all …]
Dart_dex_file_loader.h49 bool verify_checksum,
58 bool verify_checksum,
65 bool verify_checksum,
Ddex_file_loader.cc263 bool verify_checksum, in OpenOne() argument
281 verify_checksum, in OpenOne()
350 bool verify_checksum, in Open() argument
381 verify_checksum, in Open()
417 verify_checksum, in Open()
444 bool verify_checksum, in OpenCommon() argument
480 if (!dex::Verify(dex_file.get(), location.c_str(), verify_checksum, error_msg)) { in OpenCommon()
497 bool verify_checksum, in OpenFromZipEntry() argument
568 verify_checksum, in OpenFromZipEntry()
597 bool verify_checksum, in Open() argument
[all …]
Ddex_file_verifier.h32 bool verify_checksum,
Ddex_file_verifier.cc128 DexFileVerifier(const DexFile* dex_file, const char* location, bool verify_checksum) in DexFileVerifier() argument
133 verify_checksum_(verify_checksum), in DexFileVerifier()
3865 bool verify_checksum, in Verify() argument
3868 new DexFileVerifier(dex_file, location, verify_checksum)); in Verify()
/art/libprofile/profile/
Dprofile_compilation_info.h966 bool verify_checksum = true) const;
Dprofile_compilation_info.cc1253 bool verify_checksum) const { in FindDexData()
1261 if (verify_checksum && !ChecksumMatch(result->checksum, checksum)) { in FindDexData()