HomeSort by relevance Sort by last modified time
    Searched refs:CLONE_NEWNS (Results 126 - 144 of 144) sorted by null

1 2 3 4 56

  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
sched.h 32 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /system/core/libnativebridge/tests/
PreInitializeNativeBridge_test.cpp 38 if (unshare(CLONE_NEWNS) != -1) {
  /external/toybox/scripts/
genconfig.sh 37 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
  /external/toybox/toys/other/
nsenter.c 113 CLONE_NEWNS, CLONE_NEWIPC}, f = 0;
  /art/runtime/
native_bridge_art_interface.cc 115 #ifndef __APPLE__ // Mac OS does not support CLONE_NEWNS.
116 if (unshare(CLONE_NEWNS) == -1) {
runtime.cc 602 if (unshare(CLONE_NEWNS) == -1) {
    [all...]
  /external/strace/
clone.c 16 #define CLONE_NEWNS 0x00020000 /* New namespace group? */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sched.h 50 # define CLONE_NEWNS 0x00020000 /* Set to create new namespace. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sched.h 53 # define CLONE_NEWNS 0x00020000 /* Set to create new namespace. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sched.h 53 # define CLONE_NEWNS 0x00020000 /* Set to create new namespace. */
  /external/iproute2/ip/
ipnetns.c 151 if (unshare(CLONE_NEWNS) < 0) {
  /external/selinux/policycoreutils/sandbox/
seunshare.c 755 if (unshare(CLONE_NEWNS) < 0) {
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 291 if (unshare(CLONE_NEWNS) == -1) {
  /bionic/tests/
unistd_test.cpp 437 int clone_result = clone(GetPidCachingCloneStartRoutine, &child_stack[1024], CLONE_NEWNS | SIGCHLD, NULL);
439 GTEST_LOG_(INFO) << "This test only works if you have permission to CLONE_NEWNS; try running as root.\n";
  /system/vold/
VolumeManager.cpp 574 if (setns(nsFd, CLONE_NEWNS) != 0) {
    [all...]

Completed in 308 milliseconds

1 2 3 4 56