Searched refs:android_get_exported_namespace (Results 1 – 5 of 5) sorted by relevance
110 extern struct android_namespace_t* android_get_exported_namespace(const char* name);
55 android_namespace_t* raw = android_get_exported_namespace(name.c_str()); in GetExportedNamespace()
202 struct android_namespace_t* android_get_exported_namespace(const char* name) { in android_get_exported_namespace() function
53 android_namespace_t* system_ns = android_get_exported_namespace("system"); in OpenSystemLibrary()55 system_ns = android_get_exported_namespace("default"); in OpenSystemLibrary()
1278 struct android_namespace_t* ns = android_get_exported_namespace("system"); in GetSystemLinkerNamespace()1280 ns = android_get_exported_namespace("default"); in GetSystemLinkerNamespace()