Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DApkInfo.cpp48 for (auto& xml_resource : xml_resources) { in ExportApkInfo() local
49 auto xml = apk->LoadXml(xml_resource, diag); in ExportApkInfo()
52 out_xml->set_path(xml_resource); in ExportApkInfo()
/aosp14/frameworks/base/tools/aapt2/compile/
H A DInlineXmlFormatParser.cpp41 explicit Visitor(IAaptContext* context, xml::XmlResource* xml_resource) in Visitor() argument
42 : context_(context), xml_resource_(xml_resource) {} in Visitor()
/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp275 std::unique_ptr<XmlResource> xml_resource = util::make_unique<XmlResource>(); in Inflate() local
337 CopyAttributes(el.get(), &tree, &xml_resource->string_pool); in Inflate()
342 xml_resource->root = std::move(el); in Inflate()
374 return xml_resource; in Inflate()