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

1 2 34

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
sched.h 62 #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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h 50 # define CLONE_NEWNS 0x00020000 /* Set to create new namespace. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/bits/
sched.h 50 # define CLONE_NEWNS 0x00020000 /* Set to create new namespace. */
  /bionic/libc/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /external/iproute2/ip/
ipnetns.c 151 if (unshare(CLONE_NEWNS) < 0) {
  /art/runtime/native/
dalvik_system_Zygote.cc 323 if (unshare(CLONE_NEWNS) == -1) {
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 255 if (unshare(CLONE_NEWNS) == -1) {
  /external/kernel-headers/original/linux/
sched.h 18 #define CLONE_NEWNS 0x00020000 /* New namespace group? */
    [all...]
  /external/strace/
process.c 554 #define CLONE_NEWNS 0x00020000 /* New namespace group? */
579 { CLONE_NEWNS, "CLONE_NEWNS" },
    [all...]
  /art/runtime/
runtime.cc 764 if (unshare(CLONE_NEWNS) == -1) {
    [all...]
  /dalvik/vm/
Init.cpp     [all...]

Completed in 469 milliseconds

1 2 34