Searched refs:kVerifyChecksum (Results 1 - 12 of 12) sorted by relevance

/art/runtime/
H A Ddex2oat_environment_test.h80 static constexpr bool kVerifyChecksum = true; variable
83 GetMultiDexSrc1().c_str(), kVerifyChecksum, &error_msg, &multi1)) << error_msg;
88 GetMultiDexSrc2().c_str(), kVerifyChecksum, &error_msg, &multi2)) << error_msg;
H A Dcommon_runtime_test.cc374 static constexpr bool kVerifyChecksum = true; local
375 if (!DexFile::Open(location, location, kVerifyChecksum, &error_msg, &dex_files)) {
564 static constexpr bool kVerifyChecksum = true; local
568 filename.c_str(), filename.c_str(), kVerifyChecksum, &error_msg, &dex_files);
H A Ddex_file_test.cc210 static constexpr bool kVerifyChecksum = true; local
212 bool success = DexFile::Open(location, location, kVerifyChecksum, error_msg, &tmp);
330 static constexpr bool kVerifyChecksum = true; local
333 ASSERT_FALSE(DexFile::Open(location, location, kVerifyChecksum, &error_msg, &dex_files));
342 static constexpr bool kVerifyChecksum = true; local
345 ASSERT_FALSE(DexFile::Open(location, location, kVerifyChecksum, &error_msg, &dex_files));
H A Doat_file_manager.cc770 static constexpr bool kVerifyChecksum = true; local
772 dex_location, dex_location, kVerifyChecksum, /*out*/ &error_msg, &dex_files)) {
H A Ddex_file_verifier_test.cc72 static constexpr bool kVerifyChecksum = true; local
78 kVerifyChecksum,
H A Doat_file.cc1321 static constexpr bool kVerifyChecksum = false; local
1328 kVerifyChecksum,
H A Druntime.cc983 static constexpr bool kVerifyChecksum = true; local
989 if (!DexFile::Open(dex_filename, dex_location, kVerifyChecksum, &error_msg, dex_files)) {
/art/dexlist/
H A Ddexlist.cc180 static constexpr bool kVerifyChecksum = true; local
183 if (!DexFile::Open(fileName, fileName, kVerifyChecksum, &error_msg, &dex_files)) {
/art/compiler/utils/
H A Dtest_dex_file_builder.h231 static constexpr bool kVerifyChecksum = false; local
240 kVerifyChecksum,
/art/profman/
H A Dprofman.cc290 static constexpr bool kVerifyChecksum = true; local
297 kVerifyChecksum,
307 kVerifyChecksum,
/art/dexdump/
H A Ddexdump.cc1843 const bool kVerifyChecksum = !gOptions.ignoreBadChecksum; local
1846 if (!DexFile::Open(fileName, fileName, kVerifyChecksum, &error_msg, &dex_files)) {
/art/dex2oat/
H A Ddex2oat.cc2225 static constexpr bool kVerifyChecksum = true; local
2228 location.c_str(), location.c_str(), kVerifyChecksum, &error_msg, opened_dex_files)) {

Completed in 386 milliseconds