Searched refs:exports_only_ (Results 1 – 3 of 3) sorted by relevance
102 options.exports_only_ = true; in DexlayoutDriver()
56 bool exports_only_ = false; variable
1181 if (options_.exports_only_ && (flags & (kAccPublic | kAccProtected)) == 0) { in DumpMethod()1291 if (options_.exports_only_ && (flags & (kAccPublic | kAccProtected)) == 0) { in DumpSField()1351 if (options_.exports_only_ && (class_def->GetAccessFlags() & kAccPublic) == 0) { in DumpClass()