Home
last modified time | relevance | path

Searched refs:addResourceImpl (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceTable.cpp151 return addResourceImpl(name, ResourceId{}, config, source, std::move(value), kValidNameChars); in addResource()
157 return addResourceImpl(name, resId, config, source, std::move(value), kValidNameChars); in addResource()
164 return addResourceImpl(name, ResourceId{}, config, source, std::move(value), in addResourceAllowMangled()
168 bool ResourceTable::addResourceImpl(const ResourceNameRef& name, const ResourceId resId, in addResourceImpl() function in aapt::ResourceTable
DResourceTable.h189 bool addResourceImpl(const ResourceNameRef& name, const ResourceId resId,