Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/optimize/
DResourcePathShortener_test.cpp52 std::map<std::string, std::string> path_map; in TEST() local
91 std::map<std::string, std::string> path_map; in TEST() local
111 std::map<std::string, std::string> 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.cpp290 bool WriteShortenedPathsMap(const std::map<std::string, std::string> &path_map, in WriteShortenedPathsMap()