HomeSort by relevance Sort by last modified time
    Searched defs:F_DUPFD_CLOEXEC (Results 1 - 16 of 16) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
fcntl.h 16 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fcntl.h 16 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /bionic/libc/kernel/uapi/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /development/ndk/platforms/android-L/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 38 #if !defined(F_DUPFD_CLOEXEC)
39 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
186 F_DUPFD_CLOEXEC),
  /external/kernel-headers/original/uapi/linux/
fcntl.h 16 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /external/bison/darwin-lib/
fcntl.h 483 #ifndef F_DUPFD_CLOEXEC
484 # define F_DUPFD_CLOEXEC 0x40000000
485 /* Witness variable: 1 if gnulib defined F_DUPFD_CLOEXEC, 0 otherwise. */
  /external/bison/linux-lib/
fcntl.h 483 #ifndef F_DUPFD_CLOEXEC
484 # define F_DUPFD_CLOEXEC 0x40000000
485 /* Witness variable: 1 if gnulib defined F_DUPFD_CLOEXEC, 0 otherwise. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
fcntl.h 117 # define F_DUPFD_CLOEXEC 1030 /* Duplicate file descriptor with
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 117 # define F_DUPFD_CLOEXEC 1030 /* Duplicate file descriptor with

Completed in 444 milliseconds