Searched refs:path_data (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/cmd/ |
H A D | Compile.cpp | 177 ResourceParser res_parser(context->GetDiagnostics(), &table, path_data.source, path_data.config, in CompileTable() 376 xmlres->file.name = ResourceName({}, *ParseResourceType(path_data.resource_dir), path_data.name); in CompileXml() 464 res_file.name = ResourceName({}, *ParseResourceType(path_data.resource_dir), path_data.name); in CompilePng() 465 res_file.config = path_data.config; in CompilePng() 466 res_file.source = path_data.source; in CompilePng() 572 res_file.name = ResourceName({}, *ParseResourceType(path_data.resource_dir), path_data.name); in CompileFile() 573 res_file.config = path_data.config; in CompileFile() 669 ResourcePathData path_data; in Compile() local 681 if (path_data.resource_dir == "values" && path_data.extension == "xml") { in Compile() 685 path_data.extension = "arsc"; in Compile() [all …]
|