Searched refs:table_flattener_options (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tools/aapt2/cmd/ |
D | Optimize.h | 51 TableFlattenerOptions table_flattener_options; member 106 &options_.table_flattener_options.use_sparse_entries); in OptimizeCommand() 109 &options_.table_flattener_options.collapse_key_stringpool); in OptimizeCommand()
|
D | Optimize.cpp | 149 ResourcePathShortener shortener(options_.table_flattener_options.shortened_path_map); in Run() 155 && !WriteShortenedPathsMap(options_.table_flattener_options.shortened_path_map, in Run() 206 options_.table_flattener_options, options_.kept_artifacts}; in Run() 215 if (!apk->WriteToArchive(context_, options_.table_flattener_options, writer.get())) { in Run() 274 TableFlattener table_flattener(options_.table_flattener_options, &table_buffer); in WriteSplitApk() 306 options->table_flattener_options.whitelisted_resources.insert( in ExtractObfuscationWhitelistFromConfig() 349 options->table_flattener_options.whitelisted_resources.insert( in ExtractConfig() 464 if (options_.table_flattener_options.collapse_key_stringpool) { in Action()
|
D | Convert.cpp | 64 const TableFlattenerOptions& table_flattener_options, in BinaryApkSerializer() argument 67 table_flattener_options_(table_flattener_options), in BinaryApkSerializer() 258 ApkFormat output_format, TableFlattenerOptions table_flattener_options, in Convert() argument 262 serializer.reset(new BinaryApkSerializer(context, apk->GetSource(), table_flattener_options, in Convert()
|
D | Convert.h | 60 ApkFormat output_format,TableFlattenerOptions table_flattener_options,
|
D | Link.h | 82 TableFlattenerOptions table_flattener_options; member 156 &options_.table_flattener_options.use_sparse_entries); in LinkCommand()
|
D | Link.cpp | 1055 TableFlattener flattener(options_.table_flattener_options, &buffer); in FlattenTable()
|
/frameworks/base/tools/aapt2/optimize/ |
D | MultiApkGenerator.h | 36 TableFlattenerOptions table_flattener_options; member
|
D | MultiApkGenerator.cpp | 182 if (!apk_->WriteToArchive(&wrapped_context, table.get(), options.table_flattener_options, in FromBaseApk()
|