Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_namespaces.h131 const std::vector<android_namespace_link_t>& linked_namespaces() const { in linked_namespaces() function
Dlinker_config.cpp523 std::vector<std::string> linked_namespaces = in read_binary_config() local
526 for (const auto& linked_ns_name : linked_namespaces) { in read_binary_config()
Dlinker.cpp180 for (auto& ns_link : ns->linked_namespaces()) { in maybe_accessible_via_namespace_links()
1093 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_inode()
1114 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_realpath()
1368 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_soname()
1470 ns->get_name(), task->get_name(), ns->linked_namespaces().size()); in find_library_internal()
1471 for (auto& linked_namespace : ns->linked_namespaces()) { in find_library_internal()
2449 for (auto& link : parent_namespace->linked_namespaces()) { in create_namespace()