Home
last modified time | relevance | path

Searched refs:AddResourceWithIdMangled (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceTable.h254 bool AddResourceWithIdMangled(const ResourceNameRef& name, const ResourceId& id,
DResourceTable.cpp369 bool ResourceTable::AddResourceWithIdMangled(const ResourceNameRef& name, const ResourceId& id, in AddResourceWithIdMangled() function in aapt::ResourceTable
/frameworks/base/tools/aapt2/test/
DBuilders.cpp121 CHECK(table_->AddResourceWithIdMangled(res_name, id, config, {}, std::move(value), in AddValue()
/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp396 if (!table_->AddResourceWithIdMangled(name, res_id, config, {}, std::move(resource_value), in ParseType()