Home
last modified time | relevance | path

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

/glibc-2.36/io/
Dtst-file_change_detection.c69 char *path_file2 = xasprintf ("%s/file2", tempdir); in do_test() local
79 add_temp_file (path_file2); in do_test()
89 support_write_file_string (path_file2, "line\n"); in do_test()
95 FILE *fp_file2 = xfopen (path_file2, "r"); in do_test()
147 TEST_VERIFY (__file_change_detection_for_path (&fcd[i++], path_file2)); in do_test()
193 free (path_file2); in do_test()