OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unshare
(Results
1 - 15
of
15
) sorted by null
/bionic/libc/arch-mips/syscalls/
unshare.S
4
.globl
unshare
6
.ent
unshare
8
unshare
:
label
22
.end
unshare
/bionic/libc/arch-arm/syscalls/
unshare.S
6
ENTRY(
unshare
)
function
15
END(
unshare
)
/bionic/libc/arch-x86/syscalls/
unshare.S
6
ENTRY(
unshare
)
function
21
END(
unshare
)
/external/iproute2/ip/
ipnetns.c
151
if (
unshare
(CLONE_NEWNS) < 0) {
152
fprintf(stderr, "
unshare
failed: %s\n", strerror(errno));
228
if (
unshare
(CLONE_NEWNET) < 0) {
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h
78
/*
Unshare
the specified resources. */
79
extern int
unshare
(int __flags) __THROW;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h
78
/*
Unshare
the specified resources. */
79
extern int
unshare
(int __flags) __THROW;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h
78
/*
Unshare
the specified resources. */
79
extern int
unshare
(int __flags) __THROW;
/bionic/libc/include/
sched.h
74
extern int
unshare
(int);
/art/runtime/native/
dalvik_system_Zygote.cc
323
if (
unshare
(CLONE_NEWNS) == -1) {
324
PLOG(WARNING) << "Failed to
unshare
()";
/dalvik/vm/native/
dalvik_system_Zygote.cpp
255
if (
unshare
(CLONE_NEWNS) == -1) {
256
ALOGE("Failed to
unshare
(): %s", strerror(errno));
/bionic/libc/arch-arm/
syscalls.mk
128
syscall_src += arch-arm/syscalls/
unshare
.S
/bionic/libc/arch-mips/
syscalls.mk
131
syscall_src += arch-mips/syscalls/
unshare
.S
/bionic/libc/arch-x86/
syscalls.mk
132
syscall_src += arch-x86/syscalls/
unshare
.S
/art/runtime/
runtime.cc
764
if (
unshare
(CLONE_NEWNS) == -1) {
765
PLOG(WARNING) << "Failed to
unshare
()";
[
all
...]
/dalvik/vm/
Init.cpp
[
all
...]
Completed in 991 milliseconds