Searched refs:SerializeXml (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/cmd/ |
H A D | Convert.cpp | 52 virtual bool SerializeXml(const xml::XmlResource* xml, const std::string& path, bool utf16, 74 bool SerializeXml(const xml::XmlResource* xml, const std::string& path, bool utf16, in SerializeXml() function in aapt::BinaryApkSerializer 125 if (!SerializeXml(xml.get(), *file->path, false /*utf16*/, writer, in SerializeFile() 157 bool SerializeXml(const xml::XmlResource* xml, const std::string& path, bool utf16, in SerializeXml() function in aapt::ProtoApkSerializer 188 if (!SerializeXml(xml.get(), *file->path, false /*utf16*/, writer, in SerializeFile() 285 if (!serializer->SerializeXml(apk->GetManifest(), kAndroidManifestPath, true /*utf16*/, in Convert()
|