HomeSort by relevance Sort by last modified time
    Searched defs:IN_CLOEXEC (Results 1 - 25 of 30) sorted by null

1 2

  /bionic/libc/include/sys/
inotify.h 41 * Some third-party code uses the existence of IN_CLOEXEC/IN_NONBLOCK to detect
43 * `syscall(__NR_inotify_init1, IN_CLOEXEC)` is still valid even if the C
45 * harm adoption to the unified headers. We'll avoid defining IN_CLOEXEC and
52 #define IN_CLOEXEC O_CLOEXEC
  /external/strace/xlat/
inotify_init_flags.h 5 #if defined IN_CLOEXEC || defined O_CLOEXEC
6 #if !(defined(IN_CLOEXEC) || (defined(HAVE_DECL_IN_CLOEXEC) && HAVE_DECL_IN_CLOEXEC))
7 # define IN_CLOEXEC O_CLOEXEC
20 #if defined IN_CLOEXEC || defined O_CLOEXEC
21 XLAT(IN_CLOEXEC),
  /external/ltp/testcases/kernel/syscalls/inotify_init/
inotify_init1_01.c 66 #define IN_CLOEXEC O_CLOEXEC
155 fd = ltp_syscall(__NR_inotify_init1, IN_CLOEXEC);
158 "inotify_init1(IN_CLOEXEC) failed");
  /bionic/libc/kernel/uapi/linux/
inotify.h 54 #define IN_CLOEXEC O_CLOEXEC
  /external/kernel-headers/original/uapi/linux/
inotify.h 71 #define IN_CLOEXEC O_CLOEXEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
inotify.h 28 IN_CLOEXEC = 02000000,
29 #define IN_CLOEXEC IN_CLOEXEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
inotify.h 70 #define IN_CLOEXEC O_CLOEXEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
inotify.h 28 IN_CLOEXEC = 02000000,
29 #define IN_CLOEXEC IN_CLOEXEC
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 347 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_amd64.go 347 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_arm.go 349 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_arm64.go 474 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_mips.go 455 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_mips64.go 470 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_mips64le.go 470 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_mipsle.go 455 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_ppc64.go 474 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_ppc64le.go 474 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_s390x.go 465 IN_CLOEXEC = 0x80000
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 347 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_amd64.go 347 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_arm.go 349 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_arm64.go 474 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_mips.go 455 IN_CLOEXEC = 0x80000
    [all...]
zerrors_linux_mips64.go 470 IN_CLOEXEC = 0x80000
    [all...]

Completed in 1516 milliseconds

1 2