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

  /development/ndk/sources/android/libportable/arch-mips/
socket.c 44 /* Current NDK headers do not define SOCK_CLOEXEC or O_CLOEXEC */
48 #if !defined(SOCK_CLOEXEC) && defined(O_CLOEXEC)
49 # define SOCK_CLOEXEC O_CLOEXEC
67 #if defined(SOCK_CLOEXEC_PORTABLE) && defined(SOCK_CLOEXEC)
69 native_type |= SOCK_CLOEXEC;
107 #if defined(SOCK_CLOEXEC_PORTABLE) && defined(SOCK_CLOEXEC)
108 if (native_type & SOCK_CLOEXEC) {
110 native_type &= ~SOCK_CLOEXEC;
  /development/ndk/sources/android/libportable/arch-mips64/
socket.c 44 /* Current NDK headers do not define SOCK_CLOEXEC or O_CLOEXEC */
48 #if !defined(SOCK_CLOEXEC) && defined(O_CLOEXEC)
49 # define SOCK_CLOEXEC O_CLOEXEC
67 #if defined(SOCK_CLOEXEC_PORTABLE) && defined(SOCK_CLOEXEC)
69 native_type |= SOCK_CLOEXEC;
107 #if defined(SOCK_CLOEXEC_PORTABLE) && defined(SOCK_CLOEXEC)
108 if (native_type & SOCK_CLOEXEC) {
110 native_type &= ~SOCK_CLOEXEC;
  /bionic/libc/include/sys/
socket.h 67 #define SOCK_CLOEXEC O_CLOEXEC
  /development/ndk/platforms/android-L/include/sys/
socket.h 67 #define SOCK_CLOEXEC O_CLOEXEC
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
socket.h 73 #define SOCK_CLOEXEC 0x100
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
socket.h 65 SOCK_CLOEXEC = 02000000, /* Atomically set close-on-exec flag for the
67 #define SOCK_CLOEXEC SOCK_CLOEXEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
socket.h 65 SOCK_CLOEXEC = 02000000, /* Atomically set close-on-exec flag for the
67 #define SOCK_CLOEXEC SOCK_CLOEXEC
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
socket.h 67 #define SOCK_CLOEXEC O_CLOEXEC
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
socket.h 67 #define SOCK_CLOEXEC O_CLOEXEC
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
socket.h 67 #define SOCK_CLOEXEC O_CLOEXEC
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
socket.h 67 #define SOCK_CLOEXEC O_CLOEXEC
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
socket.h 67 #define SOCK_CLOEXEC O_CLOEXEC
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
socket.h 67 #define SOCK_CLOEXEC O_CLOEXEC

Completed in 344 milliseconds