Home
last modified time | relevance | path

Searched defs:keep_set (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/java/
H A DProguardRules.cpp42 BaseVisitor(const ResourceFile& file, KeepSet* keep_set) : BaseVisitor(file, keep_set, "...") { in BaseVisitor()
45 BaseVisitor(const ResourceFile& file, KeepSet* keep_set, const std::string& ctor_signature) in BaseVisitor()
112 LayoutVisitor(const ResourceFile& file, KeepSet* keep_set) in LayoutVisitor()
152 MenuVisitor(const ResourceFile& file, KeepSet* keep_set) : BaseVisitor(file, keep_set) { in MenuVisitor()
211 NavigationVisitor(const ResourceFile& file, KeepSet* keep_set, const std::string& package) in NavigationVisitor()
257 ManifestVisitor(const ResourceFile& file, KeepSet* keep_set, bool main_dex_only) in ManifestVisitor()
356 bool CollectProguardRules(IAaptContext* context_, xml::XmlResource* res, KeepSet* keep_set) { in CollectProguardRules()
401 void WriteKeepSet(const KeepSet& keep_set, OutputStream* out, bool minimal_keep, in WriteKeepSet()
463 bool CollectLocations(const UsageLocation& location, const KeepSet& keep_set, in CollectLocations()
493 ReferenceVisitor(aapt::IAaptContext* context, ResourceName from, KeepSet* keep_set) in ReferenceVisitor()
[all …]
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp383 IAaptContext* context, proguard::KeepSet* keep_set) in ResourceFileFlattener()
1406 bool WriteProguardFile(const std::optional<std::string>& out, const proguard::KeepSet& keep_set) { in WriteProguardFile()
1842 bool WriteApk(IArchiveWriter* writer, proguard::KeepSet* keep_set, xml::XmlResource* manifest, in WriteApk()