Home
last modified time | relevance | path

Searched refs:xmlres (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DCompile.cpp321 static bool FlattenXmlToOutStream(const StringPiece& output_path, const xml::XmlResource& xmlres, in FlattenXmlToOutStream() argument
324 SerializeCompiledFileToPb(xmlres.file, &pb_compiled_file); in FlattenXmlToOutStream()
327 SerializeXmlToPb(*xmlres.root, &pb_xml_node); in FlattenXmlToOutStream()
364 std::unique_ptr<xml::XmlResource> xmlres; in CompileXml() local
373 xmlres = xml::Inflate(fin.get(), context->GetDiagnostics(), path_data.source); in CompileXml()
374 if (!xmlres) { in CompileXml()
379 xmlres->file.name = ResourceName({}, *ParseResourceType(path_data.resource_dir), path_data.name); in CompileXml()
380 xmlres->file.config = path_data.config; in CompileXml()
381 xmlres->file.source = path_data.source; in CompileXml()
382 xmlres->file.type = ResourceFile::Type::kProtoXml; in CompileXml()
[all …]