Searched defs:open_library_on_path (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker.cpp702 static int open_library_on_path(const char* name, const char* const paths[]) { function
734 int fd = open_library_on_path(name, g_ld_library_paths);
736 fd = open_library_on_path(name, kDefaultLdPaths);

Completed in 20 milliseconds