Searched refs:tempdir (Results 1 – 4 of 4) sorted by relevance
/io/ |
A D | tst-ftw-bz28126.c | 73 char *tempdir = support_create_temp_directory ("tst-bz28126"); in do_test() local 77 char *path = xasprintf ("%s/%s", tempdir, folder); in do_test() 88 TEST_COMPARE (ftw (tempdir, my_func, 20), 0); in do_test() 90 free (tempdir); in do_test()
|
A D | tst-ftw-bz26353.c | 53 char *tempdir = support_create_temp_directory ("tst-bz26353"); in do_ftw() local 55 TEST_COMPARE (ftw (tempdir, my_func, large_nopenfd), 0); in do_ftw() 56 free (tempdir); in do_ftw()
|
A D | tst-file_change_detection.c | 63 char *path_dangling = xasprintf ("%s/dangling", tempdir); in do_test() 64 char *path_does_not_exist = xasprintf ("%s/does-not-exist", tempdir); in do_test() 65 char *path_empty1 = xasprintf ("%s/empty1", tempdir); in do_test() 66 char *path_empty2 = xasprintf ("%s/empty2", tempdir); in do_test() 67 char *path_fifo = xasprintf ("%s/fifo", tempdir); in do_test() 68 char *path_file1 = xasprintf ("%s/file1", tempdir); in do_test() 69 char *path_file2 = xasprintf ("%s/file2", tempdir); in do_test() 70 char *path_loop = xasprintf ("%s/loop", tempdir); in do_test() 71 char *path_to_empty1 = xasprintf ("%s/to-empty1", tempdir); in do_test() 72 char *path_to_file1 = xasprintf ("%s/to-file1", tempdir); in do_test() [all …]
|
A D | tst-lchmod.c | 72 char *tempdir = support_create_temp_directory ("tst-lchmod-"); in test_1() local 74 char *path_dangling = xasprintf ("%s/dangling", tempdir); in test_1() 75 char *path_file = xasprintf ("%s/file", tempdir); in test_1() 76 char *path_loop = xasprintf ("%s/loop", tempdir); in test_1() 77 char *path_missing = xasprintf ("%s/missing", tempdir); in test_1() 78 char *path_to_file = xasprintf ("%s/to-file", tempdir); in test_1() 82 fd = xopen (tempdir, O_DIRECTORY | O_RDONLY, 0); in test_1() 222 free (tempdir); in test_1() 253 char *tempdir = support_create_temp_directory ("tst-lchmod-"); in do_test() local 255 = mount (tempdir, "/proc", "none", MS_BIND, NULL) == 0; in do_test() [all …]
|
Completed in 6 milliseconds