Searched refs:find_loaded_library_by_soname (Results 1 – 1 of 1) sorted by relevance
/bionic/linker/ |
D | linker.cpp | 1375 static bool find_loaded_library_by_soname(android_namespace_t* ns, in find_loaded_library_by_soname() function 1389 static bool find_loaded_library_by_soname(android_namespace_t* ns, in find_loaded_library_by_soname() function 1400 bool found = find_loaded_library_by_soname(ns, name, candidate); in find_loaded_library_by_soname() 1411 if (find_loaded_library_by_soname(linked_ns, name, candidate)) { in find_loaded_library_by_soname() 1428 if (find_loaded_library_by_soname(ns, task->get_name(), false, &candidate)) { in find_library_in_linked_namespace() 1466 if (find_loaded_library_by_soname(ns, task->get_name(), true /* search_linked_namespaces */, in find_library_internal()
|