Searched refs:kVerifyChecksum (Results 1 – 12 of 12) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file_loader_test.cc | 218 static constexpr bool kVerifyChecksum = true; in OpenDexFilesBase64() local 225 kVerifyChecksum, in OpenDexFilesBase64() 352 static constexpr bool kVerifyChecksum = true; in TEST_F() local 361 kVerifyChecksum, in TEST_F() 371 static constexpr bool kVerifyChecksum = true; in TEST_F() local 380 kVerifyChecksum, in TEST_F()
|
D | test_dex_file_builder.h | 238 static constexpr bool kVerifyChecksum = false; variable 246 kVerifyChecksum,
|
D | dex_file_verifier_test.cc | 77 static constexpr bool kVerifyChecksum = true; in VerifyModification() local 83 kVerifyChecksum, in VerifyModification()
|
/art/runtime/ |
D | dex2oat_environment_test.h | 90 static constexpr bool kVerifyChecksum = true; in SetUp() local 95 kVerifyChecksum, in SetUp() 104 kVerifyChecksum, in SetUp()
|
D | oat_file_manager.cc | 390 static constexpr bool kVerifyChecksum = true; in OpenDexFilesFromOat() local 395 kVerifyChecksum, in OpenDexFilesFromOat() 497 static constexpr bool kVerifyChecksum = true; in OpenDexFilesFromOat_Impl() local 504 kVerifyChecksum, in OpenDexFilesFromOat_Impl()
|
D | oat_file.cc | 2164 static constexpr bool kVerifyChecksum = false; in OpenDexFile() local 2172 kVerifyChecksum, in OpenDexFile()
|
D | runtime.cc | 1217 static constexpr bool kVerifyChecksum = true; in OpenBootDexFiles() local 1227 kVerifyChecksum, in OpenBootDexFiles()
|
/art/dexlist/ |
D | dexlist.cc | 161 static constexpr bool kVerifyChecksum = true; in processFile() local 176 kVerifyChecksum, in processFile()
|
/art/libartbase/base/ |
D | common_art_test.cc | 370 static constexpr bool kVerifyChecksum = true; in LoadExpectSingleDexFile() local 376 kVerifyChecksum, in LoadExpectSingleDexFile() 527 static constexpr bool kVerifyChecksum = true; in OpenDexFiles() local 534 kVerifyChecksum, in OpenDexFiles()
|
/art/tools/veridex/ |
D | veridex.cc | 306 static constexpr bool kVerifyChecksum = true; in Load() local 312 kVerifyChecksum, in Load()
|
/art/profman/ |
D | profman.cc | 605 static constexpr bool kVerifyChecksum = true; in OpenApkFilesFromLocations() local 615 kVerifyChecksum, in OpenApkFilesFromLocations() 626 kVerifyChecksum, in OpenApkFilesFromLocations()
|
/art/dexdump/ |
D | dexdump.cc | 1865 const bool kVerifyChecksum = !gOptions.ignoreBadChecksum; in processFile() local 1883 kVerifyChecksum, in processFile()
|