/art/libdexfile/dex/ |
D | dex_file_loader.h | 140 bool verify_checksum, 145 bool verify_checksum, in Open() argument 150 verify_checksum, in Open() 156 bool verify_checksum, 163 bool verify_checksum, in Open() argument 168 verify_checksum, in Open() 176 bool verify_checksum, in Open() argument 181 return Open(verify, verify_checksum, allow_no_dex_files, &error_code, error_msg, dex_files); in Open() 185 bool verify_checksum, in Open() argument 190 verify_checksum, in Open() [all …]
|
D | art_dex_file_loader.cc | 129 bool verify_checksum, in Open() argument 140 verify_checksum, in Open() 150 bool verify_checksum, in Open() argument 153 return loader.Open(location_checksum, verify, verify_checksum, error_msg); in Open() 159 bool verify_checksum, in Open() argument 163 return loader.Open(verify, verify_checksum, error_msg, dex_files); in Open()
|
D | art_dex_file_loader.h | 72 bool verify_checksum, 81 bool verify_checksum, 88 bool verify_checksum,
|
D | dex_file_loader.cc | 193 bool verify_checksum, in Open() argument 210 verify_checksum, in Open() 274 bool verify_checksum, in Open() argument 305 verify_checksum, in Open() 337 verify_checksum, in Open() 358 bool verify_checksum, in OpenCommon() argument 391 if (!dex::Verify(dex_file.get(), location.c_str(), verify_checksum, error_msg)) { in OpenCommon() 408 bool verify_checksum, in OpenFromZipEntry() argument 473 verify_checksum, in OpenFromZipEntry() 491 bool verify_checksum, in Open() argument [all …]
|
D | dex_file_verifier.h | 32 bool verify_checksum,
|
D | dex_file_verifier.cc | 194 DexFileVerifier(const DexFile* dex_file, const char* location, bool verify_checksum) in DexFileVerifier() argument 199 verify_checksum_(verify_checksum), in DexFileVerifier() 3678 bool verify_checksum, in Verify() argument 3681 new DexFileVerifier(dex_file, location, verify_checksum)); in Verify()
|
/art/libprofile/profile/ |
D | profile_compilation_info.h | 972 bool verify_checksum = true) const;
|
D | profile_compilation_info.cc | 1249 bool verify_checksum) const { in FindDexData() 1257 if (verify_checksum && !ChecksumMatch(result->checksum, checksum)) { in FindDexData()
|
/art/dexlayout/ |
D | dexlayout.cc | 2291 const bool verify_checksum = !options_.ignore_bad_checksum_; in ProcessFile() local 2296 /* verify= */ true, verify_checksum, &error_msg, &dex_files)) { in ProcessFile()
|