Searched refs:AddResourceImpl (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/ |
D | ResourceTable.cpp | 347 return AddResourceImpl(name, ResourceId{}, config, product, std::move(value), in AddResource() 355 return AddResourceImpl(name, res_id, config, product, std::move(value), in AddResourceWithId() 363 return AddResourceImpl(name, ResourceId{}, config, product, std::move(value), SkipNameValidator, in AddResourceMangled() 371 return AddResourceImpl(name, id, config, product, std::move(value), SkipNameValidator, in AddResourceWithIdMangled() 386 bool ResourceTable::AddResourceImpl(const ResourceNameRef& name, const ResourceId& res_id, in AddResourceImpl() function in aapt::ResourceTable
|
D | ResourceTable.h | 299 bool AddResourceImpl(const ResourceNameRef& name, const ResourceId& res_id,
|