HomeSort by relevance Sort by last modified time
    Searched refs:android_create_namespace (Results 1 - 7 of 7) sorted by null

  /bionic/libdl/
libdl.map.txt 52 android_create_namespace;
libdl.cpp 184 struct android_namespace_t* android_create_namespace(const char* name, function
  /system/core/libnativeloader/include/nativeloader/
dlext_namespaces.h 50 * will use the same copy of a library if it was loaded prior to android_create_namespace call.
87 extern struct android_namespace_t* android_create_namespace(const char* name,
  /bionic/tests/
dlext_private.h 50 * will use the same copy of a library if it was loaded prior to android_create_namespace call.
87 extern struct android_namespace_t* android_create_namespace(const char* name,
dlext_test.cpp 668 android_create_namespace("private",
678 android_create_namespace("private_isolated",
837 android_create_namespace("testing-o_tmpfile",
884 android_create_namespace("testing-memfd",
    [all...]
  /frameworks/native/libs/graphicsenv/
GraphicsEnv.cpp 29 android_namespace_t* android_create_namespace(const char* name,
94 mDriverNamespace = android_create_namespace("gfx driver",
  /system/core/libnativeloader/
native_loader.cpp 254 android_namespace_t* ns = android_create_namespace(namespace_name,

Completed in 117 milliseconds