Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceTable.h159 bool markPublicAllowMangled(const ResourceNameRef& name, const ResourceId resId,
DBinaryResourceParser.cpp498 if (!mTable->markPublicAllowMangled(name, resId, source)) { in parsePublic()
646 if (!mTable->markPublicAllowMangled(name, resId, mSource.line(0))) { in parseType()
DResourceTable.cpp263 bool ResourceTable::markPublicAllowMangled(const ResourceNameRef& name, const ResourceId resId, in markPublicAllowMangled() function in aapt::ResourceTable