OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findChildWithAttribute
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/aapt2/
XmlDom.h
104
xml::Element*
findChildWithAttribute
(const StringPiece16& ns, const StringPiece16& name,
XmlDom.cpp
369
return
findChildWithAttribute
(ns, name, nullptr);
372
Element* Element::
findChildWithAttribute
(const StringPiece16& ns, const StringPiece16& name,
ManifestMerger.cpp
43
return parent->
findChildWithAttribute
(src->namespaceUri, src->name, attrKey);
Completed in 75 milliseconds