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

  /development/ndk/sources/android/libportable/common/include/
eventfd_portable.h 47 #define EFD_CLOEXEC_PORTABLE O_CLOEXEC_PORTABLE
inotify_portable.h 44 #define IN_CLOEXEC_PORTABLE O_CLOEXEC_PORTABLE
timerfd_portable.h 44 #define TFD_CLOEXEC_PORTABLE O_CLOEXEC_PORTABLE
signalfd_portable.h 18 /* For O_CLOEXEC_PORTABLE and O_NONBLOCK_PORTABLE */
21 #define SFD_CLOEXEC_PORTABLE O_CLOEXEC_PORTABLE
fcntl_portable.h 76 #ifndef O_CLOEXEC_PORTABLE
77 #define O_CLOEXEC_PORTABLE 02000000
  /development/ndk/sources/android/libportable/arch-mips/
pipe.c 54 if (portable_flags & O_CLOEXEC_PORTABLE) {
socket.c 45 #if !defined(SOCK_CLOEXEC_PORTABLE) && defined(O_CLOEXEC_PORTABLE)
46 # define SOCK_CLOEXEC_PORTABLE O_CLOEXEC_PORTABLE

Completed in 30 milliseconds