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.h65 typedef LinkedList<android_namespace_t, NamespaceListAllocator> android_namespace_list_t; typedef
Dlinker_namespaces.cpp102 const android_namespace_list_t& secondary_namespaces = si->get_secondary_namespaces(); in is_accessible()
Dlinker_soinfo.h333 android_namespace_list_t& get_secondary_namespaces();
420 android_namespace_list_t secondary_namespaces_;
Dlinker_soinfo.cpp764 android_namespace_list_t& soinfo::get_secondary_namespaces() { in get_secondary_namespaces()