Home
last modified time | relevance | path

Searched refs:shortened_path_map (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt2/optimize/
DObfuscator.cpp109 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()
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()
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()
DObfuscator.h61 std::map<std::string, std::string>& shortened_path_map,
/frameworks/base/tools/aapt2/format/binary/
DTableFlattener.h67 std::map<std::string, std::string> shortened_path_map; member
/frameworks/base/tools/aapt2/
DLoadedApk.cpp232 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/
DOptimize.cpp175 && !WriteShortenedPathsMap(options_.table_flattener_options.shortened_path_map, in Run()