Lines Matching refs:link
1128 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_inode() local
1129 android_namespace_t* linked_ns = link.linked_namespace(); in find_loaded_library_by_inode()
1132 if (si != nullptr && link.is_accessible(si->get_soname())) { in find_loaded_library_by_inode()
1149 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_realpath() local
1150 android_namespace_t* linked_ns = link.linked_namespace(); in find_loaded_library_by_realpath()
1153 if (si != nullptr && link.is_accessible(si->get_soname())) { in find_loaded_library_by_realpath()
1404 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_soname() local
1405 if (!link.is_accessible(name)) { in find_loaded_library_by_soname()
1409 android_namespace_t* linked_ns = link.linked_namespace(); in find_loaded_library_by_soname()
2516 for (auto& link : parent_namespace->linked_namespaces()) { in create_namespace() local
2517 ns->add_linked_namespace(link.linked_namespace(), link.shared_lib_sonames(), in create_namespace()
2518 link.allow_all_shared_libs()); in create_namespace()