Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump_main.cc81 gOptions.checksumOnly = true; in dexdumpDriver()
134 if (gOptions.checksumOnly && gOptions.ignoreBadChecksum) { in dexdumpDriver()
Ddexdump.h41 bool checksumOnly; member
Ddexdump.cc2018 if (gOptions.checksumOnly) { in processFile()