Home
last modified time | relevance | path

Searched refs:resolved_paths (Results 1 – 5 of 5) sorted by relevance

/bionic/linker/
Dlinker_utils.cpp200 std::vector<std::string>* resolved_paths) { in resolve_paths() argument
201 resolved_paths->clear(); in resolve_paths()
209 resolved_paths->push_back(std::move(resolved)); in resolve_paths()
Dlinker_utils.h49 std::vector<std::string>* resolved_paths);
Dlinker_config_test.cpp105 std::vector<std::string> resolved_paths; in resolve_paths() local
106 resolve_paths(paths, &resolved_paths); in resolve_paths()
107 return resolved_paths; in resolve_paths()
Dlinker_config.cpp418 std::vector<std::string> resolved_paths; in get_paths() local
433 resolved_paths.push_back(cached->second); in get_paths()
436 return resolved_paths; in get_paths()
Dlinker_main.cpp134 std::vector<std::string>* resolved_paths) { in parse_path() argument
137 resolve_paths(paths, resolved_paths); in parse_path()