Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp729 static int open_library_on_path(const char* name, const char* const paths[]) { in open_library_on_path() function
761 int fd = open_library_on_path(name, g_ld_library_paths); in open_library()
763 fd = open_library_on_path(name, kDefaultLdPaths); in open_library()