Searched refs:t_watchfile (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c82 char *t_watchfile; /* set event ident IN TEST (can't know fd beforehand)*/ member in struct:_test
417 open_fifo(test->t_watchfile, &filefd, &writefd);
419 filefd = open(test->t_watchfile, O_RDONLY | O_SYMLINK);
495 LOG(2, stderr, "Couldn't open test file %s to monitor.\n", test->t_watchfile);
539 tst->t_watchfile = watchfile;

Completed in 18 milliseconds