Lines Matching refs:manifest
64 std::unique_ptr<xml::XmlResource> manifest = in DetermineApkFormat() local
66 if (manifest != nullptr) { in DetermineApkFormat()
144 std::unique_ptr<xml::XmlResource> manifest = DeserializeXmlResourceFromPb(pb_node, &error); in LoadProtoApkFromFileCollection() local
145 if (manifest == nullptr) { in LoadProtoApkFromFileCollection()
151 std::move(manifest), ApkFormat::kProto); in LoadProtoApkFromFileCollection()
186 std::unique_ptr<xml::XmlResource> manifest = in LoadBinaryApkFromFileCollection() local
188 if (manifest == nullptr) { in LoadBinaryApkFromFileCollection()
194 std::move(manifest), ApkFormat::kBinary); in LoadBinaryApkFromFileCollection()
205 IArchiveWriter* writer, XmlResource* manifest) { in WriteToArchive() argument
278 } else if (manifest != nullptr && path == "AndroidManifest.xml") { in WriteToArchive()
283 if (!xml_flattener.Consume(context, manifest)) { in WriteToArchive()