Searched refs:verify_checksum (Results 1 – 7 of 7) sorted by relevance
/art/libdexfile/dex/ |
D | art_dex_file_loader.h | 64 bool verify_checksum, 73 bool verify_checksum, 80 bool verify_checksum, 86 bool verify_checksum, 94 bool verify_checksum, 102 bool verify_checksum, 111 bool verify_checksum, 118 bool verify_checksum, 126 bool verify_checksum, 136 bool verify_checksum, [all …]
|
D | art_dex_file_loader.cc | 166 bool verify_checksum, in Open() argument 178 verify_checksum, in Open() 188 bool verify_checksum, in Open() argument 210 verify_checksum, in Open() 226 bool verify_checksum, in Open() argument 236 magic, fd.Release(), location, verify, verify_checksum, error_msg, dex_files); in Open() 242 bool verify_checksum, in Open() argument 250 return OpenWithMagic(magic, fd, location, verify, verify_checksum, error_msg, dex_files); in Open() 257 bool verify_checksum, in OpenWithMagic() argument 263 return OpenZip(fd, location, verify, verify_checksum, error_msg, dex_files); in OpenWithMagic() [all …]
|
D | dex_file_loader.h | 131 bool verify_checksum, 145 bool verify_checksum, 155 bool verify_checksum, 175 bool verify_checksum, 185 bool verify_checksum, 196 bool verify_checksum,
|
D | dex_file_loader.cc | 228 bool verify_checksum, in Open() argument 239 verify_checksum, in Open() 254 bool verify_checksum, in OpenWithDataSection() argument 264 verify_checksum, in OpenWithDataSection() 275 bool verify_checksum, in OpenAll() argument 290 verify_checksum, in OpenAll() 303 verify_checksum, in OpenAll() 324 bool verify_checksum, in OpenCommon() argument 377 verify_checksum, in OpenCommon() 395 bool verify_checksum, in OpenOneDexFileFromZip() argument [all …]
|
D | dex_file_verifier.h | 37 bool verify_checksum, 49 bool verify_checksum) in DexFileVerifier() argument 54 verify_checksum_(verify_checksum), in DexFileVerifier()
|
D | dex_file_verifier.cc | 173 bool verify_checksum, in Verify() argument 176 new DexFileVerifier(dex_file, begin, size, location, verify_checksum)); in Verify()
|
/art/libprofile/profile/ |
D | profile_compilation_info.h | 638 bool verify_checksum = true) const;
|