Searched refs:resolved_paths (Results 1 – 6 of 6) sorted by relevance
190 std::vector<std::string>* resolved_paths) { in resolve_paths() argument191 resolved_paths->clear(); in resolve_paths()199 resolved_paths->push_back(std::move(resolved)); in resolve_paths()
116 std::vector<std::string> resolved_paths; in resolve_paths() local117 resolve_paths(paths, &resolved_paths); in resolve_paths()118 return resolved_paths; in resolve_paths()
49 std::vector<std::string>* resolved_paths);
418 std::vector<std::string> resolved_paths; in get_paths() local433 resolved_paths.push_back(cached->second); in get_paths()436 return resolved_paths; in get_paths()
138 std::vector<std::string>* resolved_paths) { in parse_path() argument141 resolve_paths(paths, resolved_paths); in parse_path()
366 std::vector<std::string>* resolved_paths) { in parse_path() argument369 resolve_paths(paths, resolved_paths); in parse_path()