OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_create_namespace
(Results
1 - 7
of
7
) sorted by null
/bionic/libdl/
libdl.map.txt
44
android_create_namespace
;
libdl.c
65
struct android_namespace_t*
android_create_namespace
(const char* name __unused,
function
/bionic/tests/
dlext_private.h
51
* will use the same copy of a library if it was loaded prior to
android_create_namespace
call.
82
extern struct android_namespace_t*
android_create_namespace
(const char* name,
dlext_test.cpp
649
android_create_namespace
("private", nullptr,
655
android_create_namespace
("private_isolated", nullptr,
757
android_create_namespace
("private", nullptr,
763
android_create_namespace
("private_isolated1",
772
android_create_namespace
("private_isolated2",
870
android_create_namespace
("private", nullptr,
876
android_create_namespace
("private_isolated_shared", nullptr
[
all
...]
/system/core/libnativeloader/
dlext_namespaces.h
51
* will use the same copy of a library if it was loaded prior to
android_create_namespace
call.
82
extern struct android_namespace_t*
android_create_namespace
(const char* name,
native_loader.cpp
101
ns =
android_create_namespace
("classloader-namespace",
/bionic/linker/
dlfcn.cpp
156
android_namespace_t*
android_create_namespace
(const char* name,
function
174
__bionic_format_dlerror("
android_create_namespace
failed", linker_get_error_buffer());
208
"get_sdk_version\0android_init_namespaces\0
android_create_namespace
\0dlvsym\0android_dlwarning\0"
233
ELFW(SYM_INITIALIZER)(240, &
android_create_namespace
, 1),
Completed in 1916 milliseconds