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.cc88 gOptions.exportsOnly = true; in dexdumpDriver()
Ddexdump.cc1202 if (gOptions.exportsOnly && (flags & (kAccPublic | kAccProtected)) == 0) { in dumpMethod()
1307 if (gOptions.exportsOnly && (flags & (kAccPublic | kAccProtected)) == 0) { in dumpSField()
1406 if (gOptions.exportsOnly && (pClassDef.access_flags_ & kAccPublic) == 0) { in dumpClass()