Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DXmlDom.cpp373 const Attribute* reqAttr) { in findChildWithAttribute() argument
386 if (!reqAttr) { in findChildWithAttribute()
390 Attribute* attrName = el->findAttribute(reqAttr->namespaceUri, reqAttr->name); in findChildWithAttribute()
391 if (attrName && attrName->value == reqAttr->value) { in findChildWithAttribute()
DXmlDom.h105 const xml::Attribute* reqAttr);