Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DOptimize.h51 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()
DOptimize.cpp149 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()
DConvert.cpp64 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()
DConvert.h60 ApkFormat output_format,TableFlattenerOptions table_flattener_options,
DLink.h82 TableFlattenerOptions table_flattener_options; member
156 &options_.table_flattener_options.use_sparse_entries); in LinkCommand()
DLink.cpp1055 TableFlattener flattener(options_.table_flattener_options, &buffer); in FlattenTable()
/frameworks/base/tools/aapt2/optimize/
DMultiApkGenerator.h36 TableFlattenerOptions table_flattener_options; member
DMultiApkGenerator.cpp182 if (!apk_->WriteToArchive(&wrapped_context, table.get(), options.table_flattener_options, in FromBaseApk()