Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp1454 static bool find_loaded_library_by_soname(android_namespace_t* ns, in find_loaded_library_by_soname() function
1469 static bool find_loaded_library_by_soname(android_namespace_t* ns, in find_loaded_library_by_soname() function
1480 bool found = find_loaded_library_by_soname(ns, name, candidate); in find_loaded_library_by_soname()
1491 if (find_loaded_library_by_soname(linked_ns, name, candidate)) { in find_loaded_library_by_soname()
1508 if (find_loaded_library_by_soname(ns, task->get_name(), false, &candidate)) { in find_library_in_linked_namespace()
1547 if (find_loaded_library_by_soname(ns, task->get_name(), search_linked_namespaces, &candidate)) { in find_library_internal()