Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DManifestMerger.cpp296 xml::Element* applicationA = manifestA->findChild({}, u"application"); in mergeLibraryManifest()
297 xml::Element* applicationB = manifestB->findChild({}, u"application"); in mergeLibraryManifest()
301 xml::Element* usesSdkA = manifestA->findChild({}, u"uses-sdk"); in mergeLibraryManifest()
302 xml::Element* usesSdkB = manifestB->findChild({}, u"uses-sdk"); in mergeLibraryManifest()
DXmlDom.h103 xml::Element* findChild(const StringPiece16& ns, const StringPiece16& name);
DXmlDom.cpp368 Element* Element::findChild(const StringPiece16& ns, const StringPiece16& name) { in findChild() function in aapt::xml::Element