Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlDom.h102 Element* FindChildWithAttribute(const android::StringPiece& ns, const android::StringPiece& name,
DXmlDom.cpp398 return FindChildWithAttribute(ns, name, {}, {}, {}); in FindChild()
401 Element* Element::FindChildWithAttribute(const StringPiece& ns, const StringPiece& name, in FindChildWithAttribute() function in aapt::xml::Element