Searched defs:path_map (Results 1 – 3 of 3) sorted by relevance
82 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST() local119 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST() local141 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST() local178 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST() local216 std::map<std::string, std::string>& path_map = options.table_flattener_options.shortened_path_map; in TEST() local
284 char *path_map = malloc(strlen(path_in) + 8); in permute() local
306 bool WriteShortenedPathsMap(const std::map<std::string, std::string> &path_map, in WriteShortenedPathsMap()