HomeSort by relevance Sort by last modified time
    Searched refs:CLONE_FILES (Results 101 - 106 of 106) sorted by null

1 2 3 45

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 330 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED,
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_unittest.cc     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 188 CLONE_FILES = 0x00000400
  /external/kernel-headers/original/linux/
sched.h 12 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */
93 #define CLONE_KERNEL (CLONE_FS | CLONE_FILES | CLONE_SIGHAND)
    [all...]
  /external/strace/
process.c 547 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */
572 { CLONE_FILES, "CLONE_FILES" },
    [all...]
  /external/chromium_org/content/common/
sandbox_seccomp_bpf_linux.cc     [all...]

Completed in 260 milliseconds

1 2 3 45