Searched refs:WriteKeepSet (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/aapt2/java/ |
D | ProguardRules.h | 73 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);
|
D | ProguardRules_test.cpp | 33 proguard::WriteKeepSet(set, &sout, minimal_rules); in GetKeepSetString()
|
D | ProguardRules.cpp | 391 void WriteKeepSet(const KeepSet& keep_set, OutputStream* out, bool minimal_keep) { in WriteKeepSet() function
|
/frameworks/base/tools/aapt2/cmd/ |
D | Link.cpp | 1281 proguard::WriteKeepSet(keep_set, &fout, options_.generate_minimal_proguard_rules); in WriteProguardFile()
|