Lines Matching refs:XmlResource
241 static bool FlattenXml(IAaptContext* context, const xml::XmlResource& xml_res, in FlattenXml()
281 static std::unique_ptr<xml::XmlResource> LoadXml(const std::string& path, IDiagnostics* diag) { in LoadXml()
365 std::unique_ptr<xml::XmlResource> xml_to_flatten;
371 std::vector<std::unique_ptr<xml::XmlResource>> LinkAndVersionXmlFile(ResourceTable* table,
450 std::vector<std::unique_ptr<xml::XmlResource>> ResourceFileFlattener::LinkAndVersionXmlFile( in LinkAndVersionXmlFile()
453 xml::XmlResource* doc = file_op->xml_to_flatten.get(); in LinkAndVersionXmlFile()
632 std::vector<std::unique_ptr<xml::XmlResource>> versioned_docs = in Flatten()
639 for (std::unique_ptr<xml::XmlResource>& doc : versioned_docs) { in Flatten()
786 std::unique_ptr<xml::XmlResource> manifest_xml = in ExtractCompileSdkVersions()
915 Maybe<AppInfo> ExtractAppInfoFromManifest(xml::XmlResource* xml_res, IDiagnostics* diag) { in ExtractAppInfoFromManifest()
1227 bool WriteManifestJavaFile(xml::XmlResource* manifest_xml) { in WriteManifestJavaFile()
1601 void AliasAdaptiveIcon(xml::XmlResource* manifest, ResourceTable* table) { in AliasAdaptiveIcon()
1667 bool VerifySharedUserId(xml::XmlResource* manifest, ResourceTable* table) { in VerifySharedUserId()
1719 bool WriteApk(IArchiveWriter* writer, proguard::KeepSet* keep_set, xml::XmlResource* manifest, in WriteApk()
1819 std::unique_ptr<xml::XmlResource> manifest_xml = in Run()
2112 std::unique_ptr<xml::XmlResource> split_manifest = in Run()