Lines Matching refs:tempdir
61 char *tempdir = support_create_temp_directory ("tst-file_change_detection-"); in do_test() local
63 char *path_dangling = xasprintf ("%s/dangling", tempdir); in do_test()
64 char *path_does_not_exist = xasprintf ("%s/does-not-exist", tempdir); in do_test()
65 char *path_empty1 = xasprintf ("%s/empty1", tempdir); in do_test()
66 char *path_empty2 = xasprintf ("%s/empty2", tempdir); in do_test()
67 char *path_fifo = xasprintf ("%s/fifo", tempdir); in do_test()
68 char *path_file1 = xasprintf ("%s/file1", tempdir); in do_test()
69 char *path_file2 = xasprintf ("%s/file2", tempdir); in do_test()
70 char *path_loop = xasprintf ("%s/loop", tempdir); in do_test()
71 char *path_to_empty1 = xasprintf ("%s/to-empty1", tempdir); in do_test()
72 char *path_to_file1 = xasprintf ("%s/to-file1", tempdir); in do_test()
114 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], tempdir)); in do_test()
198 free (tempdir); in do_test()