Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump_main.cc77 gOptions.checksumOnly = true; in dexdumpDriver()
124 if (gOptions.checksumOnly && gOptions.ignoreBadChecksum) { in dexdumpDriver()
Ddexdump.h41 bool checksumOnly; member
Ddexdump.cc1932 if (gOptions.checksumOnly) { in processFile()