Searched refs:path_empty2 (Results 1 – 1 of 1) sorted by relevance
66 char *path_empty2 = xasprintf ("%s/empty2", tempdir); in do_test() local76 add_temp_file (path_empty2); in do_test()86 support_write_file_string (path_empty2, ""); in do_test()97 FILE *fp_empty2 = xfopen (path_empty2, "r"); in do_test()105 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], path_empty2)); in do_test()190 free (path_empty2); in do_test()
Completed in 3 milliseconds