Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DXmlDom.h104 xml::Element* findChildWithAttribute(const StringPiece16& ns, const StringPiece16& name,
DXmlDom.cpp369 return findChildWithAttribute(ns, name, nullptr); in findChild()
372 Element* Element::findChildWithAttribute(const StringPiece16& ns, const StringPiece16& name, in findChildWithAttribute() function in aapt::xml::Element
DManifestMerger.cpp43 return parent->findChildWithAttribute(src->namespaceUri, src->name, attrKey); in findChildWithSameName()