Home
last modified time | relevance | path

Searched refs:resolve_paths (Results 1 – 6 of 6) sorted by relevance

/bionic/linker/
Dlinker_config_test.cpp115 static std::vector<std::string> resolve_paths(std::vector<std::string> paths) { in resolve_paths() function
117 resolve_paths(paths, &resolved_paths); in resolve_paths()
158 expected_default_search_path = resolve_paths(expected_default_search_path); in run_linker_config_smoke_test()
161 expected_system_search_path = resolve_paths(expected_system_search_path); in run_linker_config_smoke_test()
164 expected_vndk_search_path = resolve_paths(expected_vndk_search_path); in run_linker_config_smoke_test()
Dlinker_utils.h48 void resolve_paths(std::vector<std::string>& paths,
Dlinker_utils.cpp199 void resolve_paths(std::vector<std::string>& paths, in resolve_paths() function
Dlinker_main.cpp138 resolve_paths(paths, resolved_paths); in parse_path()
Dlinker_soinfo.cpp259 resolve_paths(runpaths, &dt_runpath_); in set_dt_runpath()
Dlinker.cpp367 resolve_paths(paths, resolved_paths); in parse_path()