Home
last modified time | relevance | path

Searched refs:writeKeepSet (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/
DProguardRules.h43 friend bool writeKeepSet(std::ostream* out, const KeepSet& keepSet);
53 bool writeKeepSet(std::ostream* out, const KeepSet& keepSet);
DProguardRules.cpp222 bool writeKeepSet(std::ostream* out, const KeepSet& keepSet) { in writeKeepSet() function
DMain.cpp916 if (!proguard::writeKeepSet(&fout, keepSet)) { in link()