Home
last modified time | relevance | path

Searched refs:path_loop (Results 1 – 2 of 2) sorted by relevance

/io/
A Dtst-file_change_detection.c70 char *path_loop = xasprintf ("%s/loop", tempdir); in do_test() local
80 add_temp_file (path_loop); in do_test()
90 xsymlink ("loop", path_loop); in do_test()
110 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], path_loop)); in do_test()
194 free (path_loop); in do_test()
A Dtst-lchmod.c76 char *path_loop = xasprintf ("%s/loop", tempdir); in test_1() local
87 add_temp_file (path_loop); in test_1()
93 xsymlink ("loop", path_loop); in test_1()
138 const char *paths[] = { path_dangling, path_loop }; in test_1()
218 free (path_loop); in test_1()

Completed in 36 milliseconds