Searched refs:verify_checksum (Results 1 – 8 of 8) sorted by relevance
/art/libdexfile/dex/ |
D | art_dex_file_loader.cc | 47 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()
|
D | dex_file_loader.h | 196 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 …]
|
D | art_dex_file_loader.h | 49 bool verify_checksum, 58 bool verify_checksum, 65 bool verify_checksum,
|
D | dex_file_loader.cc | 263 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 …]
|
D | dex_file_verifier.h | 32 bool verify_checksum,
|
D | dex_file_verifier.cc | 128 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/ |
D | profile_compilation_info.h | 966 bool verify_checksum = true) const;
|
D | profile_compilation_info.cc | 1253 bool verify_checksum) const { in FindDexData() 1261 if (verify_checksum && !ChecksumMatch(result->checksum, checksum)) { in FindDexData()
|