Home
last modified time | relevance | path

Searched defs:path_map (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/optimize/
H A DObfuscator_test.cpp61 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST() local
98 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST() local
120 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST() local
157 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST() local
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DOptimize.cpp305 bool WriteShortenedPathsMap(const std::map<std::string, std::string> &path_map, in WriteShortenedPathsMap()