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

  /bionic/libc/kernel/common/linux/
inotify.h 48 #define IN_ISDIR 0x40000000
  /development/ndk/platforms/android-3/include/linux/
inotify.h 48 #define IN_ISDIR 0x40000000
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
inotify.h 48 #define IN_ISDIR 0x40000000
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
inotify.h 48 #define IN_ISDIR 0x40000000
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
inotify.h 48 #define IN_ISDIR 0x40000000
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
inotify.h 48 #define IN_ISDIR 0x40000000
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
inotify.h 48 #define IN_ISDIR 0x40000000
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
inotify.h 48 #define IN_ISDIR 0x40000000
  /external/bluetooth/glib/gio/inotify/
inotify-helper.c 193 mask = IN_CREATE|IN_ISDIR;
211 mask &= ~IN_ISDIR;
inotify-kernel.c 336 gboolean is_dir = mask & IN_ISDIR;
337 mask &= ~IN_ISDIR;
632 event->event->mask = IN_DELETE|(event->event->mask & IN_ISDIR);
636 event->event->mask = IN_CREATE|(event->event->mask & IN_ISDIR);
  /external/kernel-headers/original/linux/
inotify.h 53 #define IN_ISDIR 0x40000000 /* event occurred against dir */
  /external/chromium/base/
directory_watcher_inotify.cc 376 if (!(event->mask & IN_ISDIR))

Completed in 1675 milliseconds