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

  /development/ndk/platforms/android-L/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /external/strace/xlat/
clone_flags.h 61 #if defined(CLONE_NEWUSER) || (defined(HAVE_DECL_CLONE_NEWUSER) && HAVE_DECL_CLONE_NEWUSER)
62 XLAT(CLONE_NEWUSER),
  /bionic/libc/kernel/uapi/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /external/kernel-headers/original/uapi/linux/
sched.h 28 #define CLONE_NEWUSER 0x10000000 /* New user namespace */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
sched.h 27 #define CLONE_NEWUSER 0x10000000 /* New user namespace */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
sched.h 27 #define CLONE_NEWUSER 0x10000000 /* New user namespace */
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /external/chromium_org/sandbox/linux/services/
credentials.cc 289 const pid_t pid = syscall(__NR_clone, CLONE_NEWUSER | SIGCHLD, 0, 0, 0);
307 // clone(2) succeeded, we can use CLONE_NEWUSER.
320 int ret = unshare(CLONE_NEWUSER);
323 VLOG(1) << "Looks like unprivileged CLONE_NEWUSER may not be available "
unix_domain_socket_unittest.cc 33 // If the calling process isn't root, then try using unshare(CLONE_NEWUSER)
41 if (unshare(CLONE_NEWUSER) == 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
sched.h 64 # define CLONE_NEWUSER 0x10000000 /* New user namespace. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sched.h 64 # define CLONE_NEWUSER 0x10000000 /* New user namespace. */
  /external/strace/
process.c 291 #define CLONE_NEWUSER 0x10000000 /* New user namespace */
    [all...]

Completed in 176 milliseconds