Lines Matching refs:tempdir
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()
258 free (tempdir); in do_test()