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

1 2 3

  /ndk/sources/host-tools/make-3.81/
job.h 32 # ifndef FD_CLOEXEC
33 # define FD_CLOEXEC 1
35 # define CLOSE_ON_EXEC(_d) (void) fcntl ((_d), F_SETFD, FD_CLOEXEC)
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /external/bison/darwin-lib/
fcntl.h 476 #ifndef FD_CLOEXEC
477 # define FD_CLOEXEC 1
  /external/bison/linux-lib/
fcntl.h 476 #ifndef FD_CLOEXEC
477 # define FD_CLOEXEC 1
  /frameworks/native/cmds/dumpstate/
dumpstate.c 393 if (vibrator) fcntl(fileno(vibrator), F_SETFD, FD_CLOEXEC);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 78 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 78 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 78 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 83 #define FD_CLOEXEC 1

Completed in 699 milliseconds

1 2 3