Lines Matching defs:ns
213 static bool maybe_accessible_via_namespace_links(android_namespace_t* ns, const char* name) { in maybe_accessible_via_namespace_links()
226 static bool is_exempt_lib(android_namespace_t* ns, const char* name, const soinfo* needed_by) { in is_exempt_lib()
313 soinfo* soinfo_alloc(android_namespace_t* ns, const char* name, in soinfo_alloc()
1047 static int open_library(android_namespace_t* ns, in open_library()
1102 static bool find_loaded_library_by_inode(android_namespace_t* ns, in find_loaded_library_by_inode()
1135 static bool find_loaded_library_by_realpath(android_namespace_t* ns, const char* realpath, in find_loaded_library_by_realpath()
1156 static bool load_library(android_namespace_t* ns, in load_library()
1311 static bool load_library(android_namespace_t* ns, in load_library()
1371 static bool find_loaded_library_by_soname(android_namespace_t* ns, in find_loaded_library_by_soname()
1385 static bool find_loaded_library_by_soname(android_namespace_t* ns, in find_loaded_library_by_soname()
1418 android_namespace_t* ns = namespace_link.linked_namespace(); in find_library_in_linked_namespace() local
1455 static bool find_library_internal(android_namespace_t* ns, in find_library_internal()
1545 bool find_libraries(android_namespace_t* ns, in find_libraries()
1854 static soinfo* find_library(android_namespace_t* ns, in find_library()
2123 android_namespace_t* ns = get_caller_namespace(caller); in do_dlopen() local
2305 android_namespace_t* ns = get_caller_namespace(caller); in do_dlsym() local
2409 static bool set_anonymous_namespace(android_namespace_t* ns) { in set_anonymous_namespace()
2452 static void add_soinfos_to_namespace(const soinfo_list_t& soinfos, android_namespace_t* ns) { in add_soinfos_to_namespace()
2499 android_namespace_t* ns = new (g_namespace_allocator.alloc()) android_namespace_t(); in create_namespace() local
3683 android_namespace_t* ns = new (g_namespace_allocator.alloc()) android_namespace_t(); in init_default_namespaces() local