Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp666 static int open_library_on_path(const char* name, const char* const paths[]) { in open_library_on_path() function
695 int fd = open_library_on_path(name, gLdPaths); in open_library()
697 fd = open_library_on_path(name, gSoPaths); in open_library()