Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DResourceTable.h314 bool RemoveResource(const ResourceNameRef& name, ResourceId id) const;
H A DResourceTable.cpp628 bool ResourceTable::RemoveResource(const ResourceNameRef& name, ResourceId id) const { in RemoveResource() function in aapt::ResourceTable
/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DBinaryResourceParser.cpp548 if (!table_->RemoveResource(resource_name, staged_id)) { in ParseStagedAliases()