Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout_main.cc101 options.checksum_only_ = true; in DexlayoutDriver()
171 if (options.checksum_only_ && options.ignore_bad_checksum_) { in DexlayoutDriver()
Ddexlayout.h56 bool checksum_only_ = false; variable
Ddexlayout.cc2007 if (options_.checksum_only_) { in ProcessFile()