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

  /bionic/libc/kernel/common/linux/
inotify.h 33 #define IN_CREATE 0x00000100
51 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | IN_MOVE_SELF)
  /development/ndk/platforms/android-3/include/linux/
inotify.h 33 #define IN_CREATE 0x00000100
51 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | IN_MOVE_SELF)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
inotify.h 16 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
35 #define IN_CREATE 0x00000100 /* Subfile was created */
63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
inotify.h 33 #define IN_CREATE 0x00000100
51 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | IN_MOVE_SELF)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
inotify.h 33 #define IN_CREATE 0x00000100
51 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | IN_MOVE_SELF)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
inotify.h 33 #define IN_CREATE 0x00000100
51 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | IN_MOVE_SELF)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
inotify.h 33 #define IN_CREATE 0x00000100
51 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | IN_MOVE_SELF)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
inotify.h 33 #define IN_CREATE 0x00000100
51 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | IN_MOVE_SELF)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
inotify.h 33 #define IN_CREATE 0x00000100
51 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | IN_MOVE_SELF)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
inotify.h 47 #define IN_CREATE 0x00000100 /* Subfile was created. */
73 | IN_MOVED_TO | IN_CREATE | IN_DELETE \
  /external/bluetooth/glib/gio/inotify/
inotify-helper.c 188 mask = IN_CREATE;
193 mask = IN_CREATE|IN_ISDIR;
225 case IN_CREATE:
inotify-kernel.c 361 case IN_CREATE:
397 case IN_CREATE:
636 event->event->mask = IN_CREATE|(event->event->mask & IN_ISDIR);
inotify-path.c 38 #define IP_INOTIFY_MASK (IN_MODIFY|IN_ATTRIB|IN_MOVED_FROM|IN_MOVED_TO|IN_DELETE|IN_CREATE|IN_DELETE_SELF|IN_UNMOUNT|IN_MOVE_SELF|IN_CLOSE_WRITE)
  /external/kernel-headers/original/linux/
inotify.h 16 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
35 #define IN_CREATE 0x00000100 /* Subfile was created */
63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
  /system/core/debuggerd/
getevent.c 121 if(event->mask & IN_CREATE) {
169 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
usbhost.c 150 wds[0] = inotify_add_watch(context->fd, USB_FS_DIR, IN_CREATE | IN_DELETE);
161 ret = inotify_add_watch(context->fd, path, IN_CREATE | IN_DELETE);
181 ret = inotify_add_watch(context->fd, path, IN_CREATE | IN_DELETE);
189 if (event->mask == IN_CREATE) {
  /external/chromium/base/
directory_watcher_inotify.cc 297 IN_CREATE | IN_DELETE |
379 if (event->mask & IN_CREATE || event->mask & IN_MOVED_TO) {
  /system/core/toolbox/
getevent.c 255 if(event->mask & IN_CREATE) {
407 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
  /frameworks/base/libs/ui/
EventHub.cpp 518 res = inotify_add_watch(mFDs[0].fd, device_path, IN_DELETE | IN_CREATE);
958 if(event->mask & IN_CREATE) {
    [all...]

Completed in 673 milliseconds