Searched refs:WriteKeepSet (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/aapt2/java/ |
D | ProguardRules.h | 72 friend void WriteKeepSet(const KeepSet& keep_set, android::OutputStream* out, bool minimal_keep, 92 void WriteKeepSet(const KeepSet& keep_set, android::OutputStream* out, bool minimal_keep,
|
D | ProguardRules_test.cpp | 33 proguard::WriteKeepSet(set, &sout, minimal_rules, false); in GetKeepSetString()
|
D | ProguardRules.cpp | 401 void WriteKeepSet(const KeepSet& keep_set, OutputStream* out, bool minimal_keep, in WriteKeepSet() function
|
/frameworks/base/tools/aapt2/cmd/ |
D | Link.cpp | 1423 proguard::WriteKeepSet(keep_set, &fout, options_.generate_minimal_proguard_rules, in WriteProguardFile()
|