Home | History | Annotate | Download | only in inotify

Lines Matching refs:g_assert

222   g_assert (event);
238 g_assert (buffer);
287 g_assert (path != NULL);
288 g_assert (inotify_instance_fd >= 0);
301 g_assert (wd >= 0);
309 g_assert (wd >= 0);
310 g_assert (inotify_instance_fd >= 0);
502 g_assert (event1 && event2);
504 g_assert (event1->event->cookie == event2->event->cookie);
506 g_assert (event1->pair == NULL && event2->pair == NULL);
522 g_assert (event);
530 g_assert (event);
617 /* g_assert (event->event->mask == IN_MOVED_FROM && event->pair->event->mask == IN_MOVED_TO); */