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

  /bionic/libc/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /development/ndk/platforms/android-3/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
fcntl.h 42 #ifndef O_CLOEXEC
43 #define O_CLOEXEC 02000000
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 51 #ifndef O_CLOEXEC
52 #define O_CLOEXEC 02000000 /* set close_on_exec */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 53 # define O_CLOEXEC 02000000 /* Set close_on_exec. */

Completed in 103 milliseconds