Searched refs:path_file1 (Results 1 – 1 of 1) sorted by relevance
68 char *path_file1 = xasprintf ("%s/file1", tempdir); in do_test() local78 add_temp_file (path_file1); in do_test()88 support_write_file_string (path_file1, "line\n"); in do_test()94 FILE *fp_file1 = xfopen (path_file1, "r"); in do_test()131 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], path_file1)); in do_test()146 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], path_file1)); in do_test()165 TEST_VERIFY (__file_change_detection_for_path (&initial, path_file1)); in do_test()168 support_write_file_string (path_file1, "line\n"); in do_test()174 (¤t, path_file1)); in do_test()192 free (path_file1); in do_test()
Completed in 3 milliseconds