Searched refs:resolved_paths (Results 1 – 5 of 5) sorted by relevance
200 std::vector<std::string>* resolved_paths) { in resolve_paths() argument201 resolved_paths->clear(); in resolve_paths()209 resolved_paths->push_back(std::move(resolved)); in resolve_paths()
49 std::vector<std::string>* resolved_paths);
105 std::vector<std::string> resolved_paths; in resolve_paths() local106 resolve_paths(paths, &resolved_paths); in resolve_paths()107 return resolved_paths; in resolve_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()
134 std::vector<std::string>* resolved_paths) { in parse_path() argument137 resolve_paths(paths, resolved_paths); in parse_path()