Searched refs:shortened_path_map (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/aapt2/optimize/ |
D | Obfuscator.cpp | 109 std::map<std::string, std::string>& shortened_path_map, in HandleShortenFilePaths() argument 147 shortened_path_map.insert({*file_ref->path, shortened_path}); in HandleShortenFilePaths() 220 return HandleShortenFilePaths(table, options_.shortened_path_map, in Consume() 234 for (const auto& [original_path, shortened_path] : options_.shortened_path_map) { in WriteObfuscationMap()
|
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() 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() 293 std::map<std::string, std::string>& actual_mapping = actual_options.shortened_path_map; in TEST()
|
D | Obfuscator.h | 61 std::map<std::string, std::string>& shortened_path_map,
|
/frameworks/base/tools/aapt2/format/binary/ |
D | TableFlattener.h | 67 std::map<std::string, std::string> shortened_path_map; member
|
/frameworks/base/tools/aapt2/ |
D | LoadedApk.cpp | 232 auto it = options.shortened_path_map.find(path); in WriteToArchive() 233 if (it != options.shortened_path_map.end()) { in WriteToArchive()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Optimize.cpp | 175 && !WriteShortenedPathsMap(options_.table_flattener_options.shortened_path_map, in Run()
|