Searched refs:table_flattener_options (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/tools/aapt2/optimize/ |
D | Obfuscator_test.cpp | 82 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST() 119 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST() 138 TableFlattenerOptions& flattenerOptions = options.table_flattener_options; in TEST() 141 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST() 178 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST() 216 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST() 271 options.table_flattener_options.shortened_path_map; in TEST() 292 TableFlattenerOptions& actual_options = actualOptimizerOptions.table_flattener_options; in TEST() 328 TableFlattenerOptions& flattenerOptions = options.table_flattener_options; in TEST() 358 options.table_flattener_options.collapse_key_stringpool = true; in TEST() [all …]
|
D | MultiApkGenerator.h | 35 TableFlattenerOptions table_flattener_options; member
|
D | Obfuscator.cpp | 38 : options_(optimizeOptions.table_flattener_options), in Obfuscator() 40 collapse_key_stringpool_(optimizeOptions.table_flattener_options.collapse_key_stringpool) { in Obfuscator()
|
D | MultiApkGenerator.cpp | 188 if (!apk_->WriteToArchive(&wrapped_context, table.get(), options.table_flattener_options, in FromBaseApk()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Optimize.h | 49 TableFlattenerOptions table_flattener_options; member 123 &options_.table_flattener_options.collapse_key_stringpool); in OptimizeCommand() 142 &options_.table_flattener_options.deduplicate_entry_values); in OptimizeCommand()
|
D | Optimize.cpp | 175 && !WriteShortenedPathsMap(options_.table_flattener_options.shortened_path_map, in Run() 227 options_.table_flattener_options, options_.kept_artifacts}; in Run() 236 if (!apk->WriteToArchive(context_, options_.table_flattener_options, writer.get())) { in Run() 295 TableFlattener table_flattener(options_.table_flattener_options, &table_buffer); in WriteSplitApk() 326 options->table_flattener_options.name_collapse_exemptions, in ExtractConfig() 327 options->table_flattener_options.path_shorten_exemptions); in ExtractConfig() 410 options_.table_flattener_options.sparse_entries = SparseEntriesMode::Enabled; in Action() 413 options_.table_flattener_options.sparse_entries = SparseEntriesMode::Forced; in Action()
|
D | Convert.cpp | 67 const TableFlattenerOptions& table_flattener_options, in BinaryApkSerializer() argument 70 table_flattener_options_(table_flattener_options), in BinaryApkSerializer() 270 ApkFormat output_format, TableFlattenerOptions table_flattener_options, in Convert() argument 274 serializer.reset(new BinaryApkSerializer(context, apk->GetSource(), table_flattener_options, in Convert()
|
D | Convert.h | 97 ApkFormat output_format,TableFlattenerOptions table_flattener_options,
|
D | Link.h | 94 TableFlattenerOptions table_flattener_options; member 171 &options_.table_flattener_options.use_compact_entries); in LinkCommand()
|
D | Link.cpp | 1194 TableFlattener flattener(options_.table_flattener_options, &buffer); in FlattenTable() 2449 options_.table_flattener_options.sparse_entries = SparseEntriesMode::Enabled; in Action()
|