Searched refs:test_dir (Results 1 – 5 of 5) sorted by relevance
43 static const char *test_dir = _PATH_TMP; variable90 return create_temp_file_in_dir (base, test_dir, filename); in create_temp_file()96 char *path = xasprintf ("%s/%sXXXXXX", test_dir, base); in support_create_temp_directory()111 test_dir = path; in support_set_test_dir()
256 const char *test_dir = NULL; variable321 test_dir = optarg; in support_test_main()342 if (test_dir != NULL) in support_test_main()344 setenv ("TMPDIR", test_dir, 1); in support_test_main()346 if (chdir (test_dir) < 0) in support_test_main()354 test_dir = getenv ("TMPDIR"); in support_test_main()355 if (test_dir == NULL || test_dir[0] == '\0') in support_test_main()356 test_dir = "/tmp"; in support_test_main()359 support_set_test_dir (test_dir); in support_test_main()
66 extern const char *test_dir;
115 test_dir, (intmax_t) getpid ()); in copy_and_spawn_sgid()
166 char *temppath = xasprintf ("%s/support_blob_repeat-XXXXXX", test_dir); in allocate_big()
Completed in 12 milliseconds