Searched refs:xml_resource (Results 1 – 3 of 3) sorted by relevance
48 for (auto& xml_resource : xml_resources) { in ExportApkInfo() local49 auto xml = apk->LoadXml(xml_resource, diag); in ExportApkInfo()52 out_xml->set_path(xml_resource); in ExportApkInfo()
41 explicit Visitor(IAaptContext* context, xml::XmlResource* xml_resource) in Visitor() argument42 : context_(context), xml_resource_(xml_resource) {} in Visitor()
275 std::unique_ptr<XmlResource> xml_resource = util::make_unique<XmlResource>(); in Inflate() local337 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()