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

1 2 3 4 5 6 7 8 91011

  /external/strace/xlat/
inotify_init_flags.h 7 #if defined(O_CLOEXEC) || (defined(HAVE_DECL_O_CLOEXEC) && HAVE_DECL_O_CLOEXEC)
8 XLAT(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,
  /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
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000

Completed in 553 milliseconds

1 2 3 4 5 6 7 8 91011