Searched refs:inotify_fd (Results 1 – 1 of 1) sorted by relevance
1430 int inotify_fd = -1; in inotify_test() local1439 TEST(inotify_fd = inotify_init1(IN_CLOEXEC), inotify_fd != -1); in inotify_test()1442 TEST(watch = inotify_add_watch(inotify_fd, dir.s, IN_CREATE), watch); in inotify_test()1446 TESTEQUAL(read(inotify_fd, &buffer, sizeof(buffer)), in inotify_test()1453 close(inotify_fd); in inotify_test()