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

  /external/chromium_org/sandbox/linux/services/
broker_process.cc 26 #if defined(OS_ANDROID) && !defined(MSG_CMSG_CLOEXEC)
27 #define MSG_CMSG_CLOEXEC 0x40000000
38 // recvmsg(2) with MSG_CMSG_CLOEXEC.
48 // addition to calling recvmsg(2) with MSG_CMSG_CLOEXEC.
219 recvmsg_flags |= MSG_CMSG_CLOEXEC;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
socket.h 216 MSG_CMSG_CLOEXEC = 0x40000000 /* Set close_on_exit for file
219 #define MSG_CMSG_CLOEXEC MSG_CMSG_CLOEXEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
socket.h 253 #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exit for file
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
socket.h 216 MSG_CMSG_CLOEXEC = 0x40000000 /* Set close_on_exit for file
219 #define MSG_CMSG_CLOEXEC MSG_CMSG_CLOEXEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 253 #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exit for file
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
socket.h 216 MSG_CMSG_CLOEXEC = 0x40000000 /* Set close_on_exit for file
219 #define MSG_CMSG_CLOEXEC MSG_CMSG_CLOEXEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 253 #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exit for file
  /external/kernel-headers/original/linux/
socket.h 271 #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exit for file

Completed in 53 milliseconds