Searched defs:verify_checksum (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | dex_file.cc | 169 bool verify_checksum, in Open() 186 bool verify_checksum, in Open() 214 bool verify_checksum, in Open() 247 bool verify_checksum, in OpenDex() 255 bool verify_checksum, in OpenZip() 275 bool verify_checksum, in OpenFile() 335 bool verify_checksum, in OpenOneDexFileFromZip() 423 bool verify_checksum, in OpenAllDexFilesFromZip() 486 bool verify_checksum, in OpenCommon()
|
D | dex_file_verifier.h | 46 bool verify_checksum) in DexFileVerifier()
|
D | dex_file_verifier.cc | 230 bool verify_checksum, in Verify()
|
/art/dexlayout/ |
D | dexlayout.cc | 1966 const bool verify_checksum = !options_.ignore_bad_checksum_; in ProcessFile() local
|