Home
last modified time | relevance | path

Searched refs:resolve_path (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_utils.cpp207 std::string resolved = resolve_path(path); in resolve_paths()
214 std::string resolve_path(const std::string& path) { in resolve_path() function
Dlinker_utils.h52 std::string resolve_path(const std::string& path);
Dlinker_config.cpp425 resolved_paths_[path] = resolve_path(path); in get_paths()