Home
last modified time | relevance | path

Searched defs:FindAttribute (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/xml/
DXmlPullParser.h305 inline XmlPullParser::const_iterator XmlPullParser::FindAttribute( in FindAttribute() function
DXmlDom.cpp417 Attribute* Element::FindAttribute(const StringPiece& ns, const StringPiece& name) { in FindAttribute() function in aapt::xml::Element
421 const Attribute* Element::FindAttribute(const StringPiece& ns, const StringPiece& name) const { in FindAttribute() function in aapt::xml::Element
DXmlPullParser.cpp307 Maybe<StringPiece> FindAttribute(const XmlPullParser* parser, in FindAttribute() function
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp96 static xml::Attribute* FindAttribute(xml::Element *el, uint32_t resd_id) { in FindAttribute() function
108 static xml::Attribute* FindAttribute(xml::Element *el, const std::string &package, in FindAttribute() function