Home
last modified time | relevance | path

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

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