Home
last modified time | relevance | path

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

/io/
A Dtst-file_change_detection.c63 char *path_dangling = xasprintf ("%s/dangling", tempdir); in do_test() local
74 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()
A Dtst-lchmod.c74 char *path_dangling = xasprintf ("%s/dangling", tempdir); in test_1() local
86 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