Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
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,
DProguardRules_test.cpp33 proguard::WriteKeepSet(set, &sout, minimal_rules, false); in GetKeepSetString()
DProguardRules.cpp402 void WriteKeepSet(const KeepSet& keep_set, OutputStream* out, bool minimal_keep, in WriteKeepSet() function
/frameworks/base/tools/aapt2/cmd/
DLink.cpp1300 proguard::WriteKeepSet(keep_set, &fout, options_.generate_minimal_proguard_rules, in WriteProguardFile()