Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_loader.h140 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 …]
Dart_dex_file_loader.cc129 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()
Dart_dex_file_loader.h72 bool verify_checksum,
81 bool verify_checksum,
88 bool verify_checksum,
Ddex_file_loader.cc193 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 …]
Ddex_file_verifier.h32 bool verify_checksum,
Ddex_file_verifier.cc194 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/
Dprofile_compilation_info.h972 bool verify_checksum = true) const;
Dprofile_compilation_info.cc1249 bool verify_checksum) const { in FindDexData()
1257 if (verify_checksum && !ChecksumMatch(result->checksum, checksum)) { in FindDexData()
/art/dexlayout/
Ddexlayout.cc2291 const bool verify_checksum = !options_.ignore_bad_checksum_; in ProcessFile() local
2296 /* verify= */ true, verify_checksum, &error_msg, &dex_files)) { in ProcessFile()