Home | History | Annotate | Download | only in libusbhost

Lines Matching refs:IN_CREATE

150     wds[0] = inotify_add_watch(context->fd, USB_FS_DIR, IN_CREATE | IN_DELETE);
157 ret = inotify_add_watch(context->fd, path, IN_CREATE | IN_DELETE);
211 context->wdd = inotify_add_watch(context->fd, DEV_DIR, IN_CREATE | IN_DELETE);
245 if ((event->mask & IN_CREATE) && !strcmp(event->name, "bus")) {
246 context->wddbus = inotify_add_watch(context->fd, DEV_BUS_DIR, IN_CREATE | IN_DELETE);
255 if ((event->mask & IN_CREATE) && !strcmp(event->name, "usb")) {
269 D("%s subdirectory %s: index: %d\n", (event->mask & IN_CREATE) ?
273 if (event->mask & IN_CREATE) {
275 IN_CREATE | IN_DELETE);
289 if (event->mask == IN_CREATE) {