Home
last modified time | relevance | path

Searched refs:WriteKeepSet (Results 1 – 4 of 4) 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_test.cpp33 proguard::WriteKeepSet(set, &sout, minimal_rules, false); in GetKeepSetString()
H A DProguardRules.cpp397 void WriteKeepSet(const KeepSet& keep_set, OutputStream* out, bool minimal_keep, in WriteKeepSet() function
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp1300 proguard::WriteKeepSet(keep_set, &fout, options_.generate_minimal_proguard_rules, in WriteProguardFile()