/art/libdexfile/dex/ |
D | art_dex_file_loader.h | 69 bool verify_checksum, 78 bool verify_checksum, 85 bool verify_checksum, 91 bool verify_checksum, 101 bool verify_checksum, 109 bool verify_checksum, 117 bool verify_checksum, 126 bool verify_checksum, 133 bool verify_checksum, 141 bool verify_checksum, [all …]
|
D | art_dex_file_loader.cc | 168 bool verify_checksum, in Open() argument 180 verify_checksum, in Open() 190 bool verify_checksum, in Open() argument 212 verify_checksum, in Open() 228 bool verify_checksum, in Open() argument 238 magic, fd.Release(), location, verify, verify_checksum, error_msg, dex_files); in Open() 244 bool verify_checksum, in Open() argument 252 return OpenWithMagic(magic, fd, location, verify, verify_checksum, error_msg, dex_files); in Open() 259 bool verify_checksum, in Open() argument 263 ? Open(filename, location, verify, verify_checksum, error_msg, dex_files) in Open() [all …]
|
D | dex_file_loader.h | 135 bool verify_checksum, 146 bool verify_checksum, 160 bool verify_checksum, 170 bool verify_checksum, 190 bool verify_checksum, 200 bool verify_checksum, 211 bool verify_checksum,
|
D | dex_file_loader.cc | 228 bool verify_checksum, in Open() argument 240 verify_checksum, in Open() 253 bool verify_checksum, in Open() argument 264 verify_checksum, in Open() 279 bool verify_checksum, in OpenWithDataSection() argument 289 verify_checksum, in OpenWithDataSection() 300 bool verify_checksum, in OpenAll() argument 315 verify_checksum, in OpenAll() 328 verify_checksum, in OpenAll() 349 bool verify_checksum, in OpenCommon() argument [all …]
|
D | dex_file_verifier.h | 34 bool verify_checksum,
|
D | dex_file_verifier.cc | 198 bool verify_checksum) in DexFileVerifier() argument 203 verify_checksum_(verify_checksum), in DexFileVerifier() 3685 bool verify_checksum, in Verify() argument 3688 new DexFileVerifier(dex_file, begin, size, location, verify_checksum)); in Verify()
|
/art/libprofile/profile/ |
D | profile_compilation_info.h | 858 bool verify_checksum = true) const;
|
D | profile_compilation_info.cc | 1165 bool verify_checksum) const { in FindDexData() 1173 if (verify_checksum && !ChecksumMatch(result->checksum, checksum)) { in FindDexData()
|
/art/dexlayout/ |
D | dexlayout.cc | 1993 const bool verify_checksum = !options_.ignore_bad_checksum_; in ProcessFile() local 1998 file_name, file_name, /* verify= */ true, verify_checksum, &error_msg, &dex_files)) { in ProcessFile()
|