Home | History | Annotate | Download | only in libdl

Lines Matching refs:android_namespace_t

41 struct android_namespace_t* __loader_android_create_namespace(
47 struct android_namespace_t* parent,
52 struct android_namespace_t* namespace_from,
53 struct android_namespace_t* namespace_to,
60 struct android_namespace_t* __loader_android_get_exported_namespace(const char* name);
85 struct android_namespace_t* android_create_namespace(const char* name,
90 struct android_namespace_t* parent) {
102 bool android_link_namespaces(struct android_namespace_t* namespace_from,
103 struct android_namespace_t* namespace_to,
114 struct android_namespace_t* android_get_exported_namespace(const char* name) {