Searched refs:kVerifyChecksum (Results 1 – 12 of 12) sorted by relevance
/art/runtime/ |
D | dex2oat_environment_test.h | 86 static constexpr bool kVerifyChecksum = true; in SetUp() local 91 kVerifyChecksum, in SetUp() 100 kVerifyChecksum, in SetUp()
|
D | oat_file_manager.cc | 402 static constexpr bool kVerifyChecksum = true; in OpenDexFilesFromOat() local 407 kVerifyChecksum, in OpenDexFilesFromOat() 516 static constexpr bool kVerifyChecksum = true; in OpenDexFilesFromOat_Impl() local 523 kVerifyChecksum, in OpenDexFilesFromOat_Impl()
|
D | oat_file.cc | 1937 static constexpr bool kVerifyChecksum = false; in OpenDexFile() local 1945 kVerifyChecksum, in OpenDexFile()
|
D | runtime.cc | 1128 static constexpr bool kVerifyChecksum = true; in OpenBootDexFiles() local 1138 kVerifyChecksum, in OpenBootDexFiles()
|
/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 | 234 static constexpr bool kVerifyChecksum = false; in Build() local 244 kVerifyChecksum, in Build()
|
D | dex_file_verifier_test.cc | 77 static constexpr bool kVerifyChecksum = true; in VerifyModification() local 83 kVerifyChecksum, in VerifyModification()
|
/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 | 349 static constexpr bool kVerifyChecksum = true; in LoadExpectSingleDexFile() local 355 kVerifyChecksum, in LoadExpectSingleDexFile() 506 static constexpr bool kVerifyChecksum = true; in OpenDexFiles() local 513 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 | 550 static constexpr bool kVerifyChecksum = true; in OpenApkFilesFromLocations() local 560 kVerifyChecksum, in OpenApkFilesFromLocations() 571 kVerifyChecksum, in OpenApkFilesFromLocations()
|
/art/dexdump/ |
D | dexdump.cc | 1902 const bool kVerifyChecksum = !gOptions.ignoreBadChecksum; in processFile() local 1920 kVerifyChecksum, in processFile()
|