Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/optimize/
DObfuscator_test.cpp82 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 …]
DMultiApkGenerator.h35 TableFlattenerOptions table_flattener_options; member
DObfuscator.cpp38 : options_(optimizeOptions.table_flattener_options), in Obfuscator()
40 collapse_key_stringpool_(optimizeOptions.table_flattener_options.collapse_key_stringpool) { in Obfuscator()
DMultiApkGenerator.cpp188 if (!apk_->WriteToArchive(&wrapped_context, table.get(), options.table_flattener_options, in FromBaseApk()
/frameworks/base/tools/aapt2/cmd/
DOptimize.h49 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()
DOptimize.cpp175 && !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()
DConvert.cpp67 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()
DConvert.h97 ApkFormat output_format,TableFlattenerOptions table_flattener_options,
DLink.h94 TableFlattenerOptions table_flattener_options; member
171 &options_.table_flattener_options.use_compact_entries); in LinkCommand()
DLink.cpp1194 TableFlattener flattener(options_.table_flattener_options, &buffer); in FlattenTable()
2449 options_.table_flattener_options.sparse_entries = SparseEntriesMode::Enabled; in Action()