Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump.h43 bool exportsOnly; member
Ddexdump_main.cc83 gOptions.exportsOnly = true; in dexdumpDriver()
Ddexdump.cc1221 if (gOptions.exportsOnly && (flags & (kAccPublic | kAccProtected)) == 0) { in dumpMethod()
1339 if (gOptions.exportsOnly && (flags & (kAccPublic | kAccProtected)) == 0) { in dumpField()
1415 if (gOptions.exportsOnly && (pClassDef.access_flags_ & kAccPublic) == 0) { in dumpClass()