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