Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile.cpp148 const ResourcePathData& path_data, io::IFile* file, IArchiveWriter* writer, in CompileTable() argument
152 bool translatable_file = path_data.name.find("donottranslate") != 0; in CompileTable()
157 context->GetDiagnostics()->Error(DiagMessage(path_data.source) in CompileTable()
174 ResourceParser res_parser(context->GetDiagnostics(), &table, path_data.source, path_data.config, in CompileTable()
351 const ResourcePathData& path_data, io::IFile* file, IArchiveWriter* writer, in CompileXml() argument
355 context->GetDiagnostics()->Note(DiagMessage(path_data.source) << "compiling XML"); in CompileXml()
362 context->GetDiagnostics()->Error(DiagMessage(path_data.source) in CompileXml()
367 xmlres = xml::Inflate(fin.get(), context->GetDiagnostics(), path_data.source); in CompileXml()
373 xmlres->file.name = ResourceName({}, *ParseResourceType(path_data.resource_dir), path_data.name); in CompileXml()
374 xmlres->file.config = path_data.config; in CompileXml()
[all …]