Searched refs:linked_namespaces (Results 1 – 3 of 3) sorted by relevance
126 const std::vector<android_namespace_link_t>& linked_namespaces() const { in linked_namespaces() function
525 std::vector<std::string> linked_namespaces = in read_binary_config() local528 for (const auto& linked_ns_name : linked_namespaces) { in read_binary_config()
214 for (auto& ns_link : ns->linked_namespaces()) { in maybe_accessible_via_namespace_links()1128 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_inode()1149 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_realpath()1404 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_soname()1506 ns->get_name(), task->get_name(), ns->linked_namespaces().size()); in find_library_internal()1507 for (auto& linked_namespace : ns->linked_namespaces()) { in find_library_internal()2516 for (auto& link : parent_namespace->linked_namespaces()) { in create_namespace()