Home
last modified time | relevance | path

Searched refs:android_namespace_list_t (Results 1 – 4 of 4) sorted by relevance

/bionic/linker/
Dlinker_common_types.h67 typedef LinkedList<android_namespace_t, NamespaceListAllocator> android_namespace_list_t; typedef
Dlinker_namespaces.cpp73 const android_namespace_list_t& secondary_namespaces = si->get_secondary_namespaces(); in is_accessible()
Dlinker_soinfo.h266 android_namespace_list_t& get_secondary_namespaces();
337 android_namespace_list_t secondary_namespaces_;
Dlinker_soinfo.cpp624 android_namespace_list_t& soinfo::get_secondary_namespaces() { in get_secondary_namespaces()