Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DInlineXmlFormatParser.cpp41 explicit Visitor(IAaptContext* context, xml::XmlResource* xml_resource) in Visitor() argument
42 : context_(context), xml_resource_(xml_resource) {} in Visitor()
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp273 std::unique_ptr<XmlResource> xml_resource = util::make_unique<XmlResource>(); in Inflate() local
335 CopyAttributes(el.get(), &tree, &xml_resource->string_pool); in Inflate()
340 xml_resource->root = std::move(el); in Inflate()
372 return xml_resource; in Inflate()