Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_namespaces.h104 const std::vector<android_namespace_link_t>& linked_namespaces() const { in linked_namespaces() function
Dlinker_config.cpp440 std::vector<std::string> linked_namespaces = in read_binary_config() local
443 for (const auto& linked_ns_name : linked_namespaces) { in read_binary_config()
Dlinker.cpp158 for (auto& ns_link : ns->linked_namespaces()) { in maybe_accessible_via_namespace_links()
1134 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_inode()
1353 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_soname()
1445 for (auto& linked_namespace : ns->linked_namespaces()) { in find_library_internal()
2207 for (auto& link : parent_namespace->linked_namespaces()) { in create_namespace()