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

/bionic/linker/
H A Dlinker.cpp1323 static bool find_loaded_library_by_soname(android_namespace_t* ns, function
1338 static bool find_loaded_library_by_soname(android_namespace_t* ns,
1349 bool found = find_loaded_library_by_soname(ns, name, candidate);
1360 if (find_loaded_library_by_soname(linked_ns, name, candidate)) {
1378 if (find_loaded_library_by_soname(ns, task->get_name(), false, &candidate)) {
1429 if (find_loaded_library_by_soname(ns, task->get_name(), search_linked_namespaces, &candidate)) {
1436 TRACE("[ \"%s\" find_loaded_library_by_soname failed (*candidate=%s@%p). Trying harder...]",

Completed in 935 milliseconds