Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout_main.cc107 options.exports_only_ = true; in DexlayoutDriver()
Ddexlayout.h58 bool exports_only_ = false; variable
Ddexlayout.cc1166 if (options_.exports_only_ && (flags & (kAccPublic | kAccProtected)) == 0) { in DumpMethod()
1289 if (options_.exports_only_ && (flags & (kAccPublic | kAccProtected)) == 0) { in DumpSField()
1358 if (options_.exports_only_ && (class_def->GetAccessFlags() & kAccPublic) == 0) { in DumpClass()