Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceTable.h271 bool SetAllowNewMangled(const ResourceNameRef& name, const AllowNew& allow_new,
DResourceTable.cpp578 bool ResourceTable::SetAllowNewMangled(const ResourceNameRef& name, const AllowNew& allow_new, in SetAllowNewMangled() function in aapt::ResourceTable
/frameworks/base/tools/aapt2/test/
DBuilders.cpp134 CHECK(table_->SetAllowNewMangled(res_name, AllowNew{}, GetDiagnostics())); in SetSymbolState()