Searched refs:path_dangling (Results 1 – 2 of 2) sorted by relevance
63 char *path_dangling = xasprintf ("%s/dangling", tempdir); in do_test() local74 add_temp_file (path_dangling); in do_test()84 xsymlink ("target-does-not-exist", path_dangling); in do_test()112 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], path_dangling)); in do_test()187 free (path_dangling); in do_test()
74 char *path_dangling = xasprintf ("%s/dangling", tempdir); in test_1() local86 add_temp_file (path_dangling); in test_1()94 xsymlink ("target-does-not-exist", path_dangling); in test_1()138 const char *paths[] = { path_dangling, path_loop }; in test_1()216 free (path_dangling); in test_1()
Completed in 4 milliseconds