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

  /development/ndk/sources/android/libportable/common/include/
inotify_portable.h 41 #define IN_CLOEXEC O_CLOEXEC
  /development/ndk/sources/android/libportable/arch-mips/
inotify.c 37 * NOTE: LTP defaults to using O_CLOEXEC for IN_CLOEXEC,
56 native_flags |= IN_CLOEXEC;
76 if (native_flags & IN_CLOEXEC) {

Completed in 326 milliseconds