Home
last modified time | relevance | path

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

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