HomeSort by relevance Sort by last modified time
    Searched refs:O_CLOEXEC (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /bionic/libc/kernel/common/linux/
timerfd.h 25 #define TFD_CLOEXEC O_CLOEXEC
  /external/bison/lib/
dup-safer-flag.c 30 STDERR_FILENO. If FLAG contains O_CLOEXEC, behave like
36 return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD,
  /external/kernel-headers/original/linux/
timerfd.h 11 /* For O_CLOEXEC and O_NONBLOCK */
23 #define TFD_CLOEXEC O_CLOEXEC
  /development/ndk/platforms/android-3/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000

Completed in 455 milliseconds

1 2 3 4 5