Searched refs:path_loop (Results 1 – 2 of 2) sorted by relevance
70 char *path_loop = xasprintf ("%s/loop", tempdir); in do_test() local80 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()
76 char *path_loop = xasprintf ("%s/loop", tempdir); in test_1() local87 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