Lines Matching full:xmlresource
175 static bool flattenXml(xml::XmlResource* xmlRes, const StringPiece& path, Maybe<size_t> maxSdkLevel,
235 static std::unique_ptr<xml::XmlResource> loadXml(const std::string& path, IDiagnostics* diag) {
244 static std::unique_ptr<xml::XmlResource> loadBinaryXmlSkipFileExport(const Source& source,
256 std::unique_ptr<xml::XmlResource> xmlRes = xml::inflate(xmlData, xmlDataLen, diag, source);
300 std::unique_ptr<xml::XmlResource> xmlToFlatten;
579 Maybe<AppInfo> extractAppInfoFromManifest(xml::XmlResource* xmlRes) {
761 bool writeManifestJavaFile(xml::XmlResource* manifestXml) {
1084 std::unique_ptr<xml::XmlResource> manifestXml = loadXml(mOptions.manifestPath,