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

1 2

  /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-21/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /external/kernel-headers/original/uapi/linux/
fcntl.h 16 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /external/strace/xlat/
fcntlcmds.h 68 #if !(defined(F_DUPFD_CLOEXEC) || (defined(HAVE_DECL_F_DUPFD_CLOEXEC) && HAVE_DECL_F_DUPFD_CLOEXEC))
69 # define F_DUPFD_CLOEXEC (1024 + 6)
117 XLAT(F_DUPFD_CLOEXEC),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fcntl.h 16 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
fcntl.h 26 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 41 #if !defined(F_DUPFD_CLOEXEC)
42 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
205 F_DUPFD_CLOEXEC),

Completed in 664 milliseconds

1 2