Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/java/
H A DProguardRules.h73 friend void WriteKeepSet(const KeepSet& keep_set, io::OutputStream* out, bool minimal_keep,
93 void WriteKeepSet(const KeepSet& keep_set, io::OutputStream* out, bool minimal_keep,
H A DProguardRules.cpp397 void WriteKeepSet(const KeepSet& keep_set, OutputStream* out, bool minimal_keep, in WriteKeepSet() argument
430 printer.Print((minimal_keep) ? entry.first.signature : "..."); in WriteKeepSet()
441 printer.Print((minimal_keep) ? entry.first.signature : "..."); in WriteKeepSet()