HomeSort by relevance Sort by last modified time
    Searched refs:IN_DELETE (Results 76 - 86 of 86) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
inotify.h 44 #define IN_DELETE 0x00000200
61 #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)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
inotify.h 44 #define IN_DELETE 0x00000200
61 #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)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
inotify.h 44 #define IN_DELETE 0x00000200
61 #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)
  /system/core/libusbhost/
usbhost.c 144 wds[0] = inotify_add_watch(context->fd, USB_FS_DIR, IN_CREATE | IN_DELETE);
151 ret = inotify_add_watch(context->fd, path, IN_CREATE | IN_DELETE);
205 context->wdd = inotify_add_watch(context->fd, DEV_DIR, IN_CREATE | IN_DELETE);
240 context->wddbus = inotify_add_watch(context->fd, DEV_BUS_DIR, IN_CREATE | IN_DELETE);
252 } else if ((event->mask & IN_DELETE) && !strcmp(event->name, "usb")) {
269 IN_CREATE | IN_DELETE);
274 } else if (event->mask & IN_DELETE) {
286 } else if (event->mask == IN_DELETE) {
  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 301 IN_CREATE | IN_DELETE);
374 } else if (event->mask & IN_DELETE) {
  /external/iproute2/ip/
ipnetns.c 259 if (inotify_add_watch(fd, NETNS_RUN_DIR, IN_CREATE | IN_DELETE) < 0) {
276 if (event->mask & IN_DELETE)
  /frameworks/base/libs/usb/tests/accessorytest/
hid.c 159 inotify_add_watch(inotify_fd, "/dev", IN_DELETE | IN_CREATE);
  /system/core/debuggerd/
getevent.cpp 174 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
  /external/chromium_org/base/files/
file_path_watcher_linux.cc 296 IN_ATTRIB | IN_CREATE | IN_DELETE |
335 event->mask & (IN_DELETE | IN_MOVED_FROM),
  /system/core/toolbox/
getevent.c 607 res = inotify_add_watch(ufds[0].fd, device_path, IN_DELETE | IN_CREATE);
  /frameworks/native/services/inputflinger/
EventHub.cpp 189 int result = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE);
    [all...]

Completed in 371 milliseconds

1 2 34