Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DProguardRules.h88 bool CollectProguardRules(IAaptContext* context, xml::XmlResource* res, KeepSet* keep_set);
DProguardRules.cpp346 bool CollectProguardRules(IAaptContext* context_, xml::XmlResource* res, KeepSet* keep_set) { in CollectProguardRules() function
/frameworks/base/tools/aapt2/cmd/
DLink.cpp445 if (options_.update_proguard_spec && !proguard::CollectProguardRules(context_, doc, keep_set_)) { in LinkAndVersionXmlFile()