Home
last modified time | relevance | path

Searched refs:ignore_bad_checksum_ (Results 1 – 3 of 3) sorted by relevance

/art/dexlayout/
Ddexlayout_main.cc116 options.ignore_bad_checksum_ = true; in DexlayoutDriver()
171 if (options.checksum_only_ && options.ignore_bad_checksum_) { in DexlayoutDriver()
Ddexlayout.h59 bool ignore_bad_checksum_ = false; variable
Ddexlayout.cc1993 const bool verify_checksum = !options_.ignore_bad_checksum_; in ProcessFile()