Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceTable.h151 bool addResourceAllowMangled(const ResourceNameRef& name, const ConfigDescription& config,
DResourceTable.cpp160 bool ResourceTable::addResourceAllowMangled(const ResourceNameRef& name, in addResourceAllowMangled() function in aapt::ResourceTable
DBinaryResourceParser.cpp641 if (!mTable->addResourceAllowMangled(name, config, source, std::move(resourceValue))) { in parseType()