Searched refs:resolved_paths (Results 1 – 6 of 6) 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()
103 std::vector<std::string> resolved_paths; in resolve_paths() local104 resolve_paths(paths, &resolved_paths); in resolve_paths()105 return resolved_paths; in resolve_paths()
49 std::vector<std::string>* resolved_paths);
417 std::vector<std::string> resolved_paths; in get_paths() local432 resolved_paths.push_back(cached->second); in get_paths()435 return resolved_paths; in get_paths()
131 std::vector<std::string>* resolved_paths) { in parse_path() argument134 resolve_paths(paths, resolved_paths); in parse_path()
332 std::vector<std::string>* resolved_paths) { in parse_path() argument335 resolve_paths(paths, resolved_paths); in parse_path()