Home
last modified time | relevance | path

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

/dalvik/dexdump/
DDexDump.cpp71 bool exportsOnly; member
1272 if (gOptions.exportsOnly && in dumpMethod()
1415 if (gOptions.exportsOnly && in dumpSField()
1491 if (gOptions.exportsOnly && (pClassDef->accessFlags & ACC_PUBLIC) == 0) { in dumpClass()
2213 gOptions.exportsOnly = true; in main()