Home
last modified time | relevance | path

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

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