Searched defs:verify_checksum (Results 1 – 5 of 5) sorted by relevance
/art/libdexfile/dex/ |
D | art_dex_file_loader.cc | 166 bool verify_checksum, in Open() 188 bool verify_checksum, in Open() 226 bool verify_checksum, in Open() 242 bool verify_checksum, in Open() 257 bool verify_checksum, in OpenWithMagic() 286 bool verify_checksum, in OpenDex() 296 bool verify_checksum, in OpenZip() 313 bool verify_checksum, in OpenFile() 385 bool verify_checksum, in OpenOneDexFileFromZip() 484 bool verify_checksum, in OpenAllDexFilesFromZip() [all …]
|
D | dex_file_loader.cc | 228 bool verify_checksum, in Open() 254 bool verify_checksum, in OpenWithDataSection() 275 bool verify_checksum, in OpenAll() 324 bool verify_checksum, in OpenCommon() 395 bool verify_checksum, in OpenOneDexFileFromZip() 453 bool verify_checksum, in OpenAllDexFilesFromZip()
|
D | dex_file_verifier.h | 49 bool verify_checksum) in DexFileVerifier()
|
D | dex_file_verifier.cc | 173 bool verify_checksum, in Verify()
|
/art/dexlayout/ |
D | dexlayout.cc | 1989 const bool verify_checksum = !options_.ignore_bad_checksum_; in ProcessFile() local
|