Searched refs:path_data (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/cmd/ |
D | Compile.cpp | 143 const ResourcePathData& path_data, io::IFile* file, IArchiveWriter* writer, in CompileTable() argument 147 bool translatable_file = path_data.name.find("donottranslate") != 0; in CompileTable() 152 context->GetDiagnostics()->Error(DiagMessage(path_data.source) in CompileTable() 169 ResourceParser res_parser(context->GetDiagnostics(), &table, path_data.source, path_data.config, in CompileTable() 357 const ResourcePathData& path_data, io::IFile* file, IArchiveWriter* writer, in CompileXml() argument 361 context->GetDiagnostics()->Note(DiagMessage(path_data.source) << "compiling XML"); in CompileXml() 368 context->GetDiagnostics()->Error(DiagMessage(path_data.source) in CompileXml() 373 xmlres = xml::Inflate(fin.get(), context->GetDiagnostics(), path_data.source); 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() [all …]
|