Searched refs:FindRootElement (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tools/aapt2/xml/
H A DXmlActionExecutor.cpp81 Element* el = FindRootElement(doc);
H A DXmlDom.h165 Element* FindRootElement(XmlResource* doc);
166 Element* FindRootElement(Node* node);
H A DXmlDom.cpp373 Element* FindRootElement(XmlResource* doc) { function in namespace:aapt::xml
374 return FindRootElement(doc->root.get());
377 Element* FindRootElement(Node* node) { function in namespace:aapt::xml
/frameworks/base/tools/aapt2/java/
H A DManifestClassGenerator.cpp90 xml::Element* el = xml::FindRootElement(res->root.get());
/frameworks/base/tools/aapt2/link/
H A DManifestFixer_test.cpp124 el = xml::FindRootElement(doc.get());
143 el = xml::FindRootElement(doc.get());
162 el = xml::FindRootElement(doc.get());
179 el = xml::FindRootElement(doc.get());
201 xml::Element* manifest_el = xml::FindRootElement(doc.get());
250 xml::Element* manifestEl = xml::FindRootElement(doc.get());
299 xml::Element* manifest_el = xml::FindRootElement(doc.get());
323 xml::Element* manifest_el = xml::FindRootElement(doc.get());
346 xml::Element* el = xml::FindRootElement(doc.get());
H A DManifestFixer.cpp383 xml::Element* root = xml::FindRootElement(doc->root.get());
/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp280 xml::Element* manifest_el = xml::FindRootElement(xml_res->root.get());
H A DLink.cpp485 xml::Element* el = xml::FindRootElement(doc);
760 xml::Element* manifest_el = xml::FindRootElement(xml_res->root.get());

Completed in 105 milliseconds