Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/optimize/
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
/frameworks/wilhelm/tools/permute/
Dpermute.c284 char *path_map = malloc(strlen(path_in) + 8); in permute() local
/frameworks/base/tools/aapt2/cmd/
DOptimize.cpp305 bool WriteShortenedPathsMap(const std::map<std::string, std::string> &path_map, in WriteShortenedPathsMap()