Searched defs:keep_set (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/java/ |
H A D | ProguardRules.cpp | 42 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() 352 bool CollectProguardRules(IAaptContext* context_, xml::XmlResource* res, KeepSet* keep_set) { in CollectProguardRules() 397 void WriteKeepSet(const KeepSet& keep_set, OutputStream* out, bool minimal_keep, in WriteKeepSet() 459 bool CollectLocations(const UsageLocation& location, const KeepSet& keep_set, in CollectLocations() 489 ReferenceVisitor(aapt::IAaptContext* context, ResourceName from, KeepSet* keep_set) in ReferenceVisitor() [all …]
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Link.cpp | 381 IAaptContext* context, proguard::KeepSet* keep_set) in ResourceFileFlattener() 1286 bool WriteProguardFile(const Maybe<std::string>& out, const proguard::KeepSet& keep_set) { in WriteProguardFile() 1719 bool WriteApk(IArchiveWriter* writer, proguard::KeepSet* keep_set, xml::XmlResource* manifest, in WriteApk()
|