Searched refs:testworkdir (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/libarchive/tar/test/
H A Dtest_option_C_mtree.c45 char *absolute_path = malloc(strlen(testworkdir) + strlen(mtree_file) + 1);
46 strcpy(absolute_path, testworkdir);
H A Dtest_option_C_upper.c91 testprog, testworkdir));
106 testprog, testworkdir));
/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_secure744.c69 /* Create a symlink pointing to the testworkdir */
73 archive_entry_copy_symlink(ae, testworkdir);
H A Dmain.c139 const char *testworkdir; variable
2648 testworkdir = workdir;
2649 if (!assertMakeDir(testworkdir, 0755)
2650 || !assertChdir(testworkdir)) {
2652 "ERROR: Can't chdir to work dir %s\n", testworkdir);
2666 testworkdir = NULL;
/freebsd-10-stable/contrib/libarchive/test_utils/
H A Dtest_common.h414 extern const char *testworkdir;
H A Dtest_main.c155 const char *testworkdir; variable
3547 testworkdir = workdir;
3548 if (!assertMakeDir(testworkdir, 0755)
3549 || !assertChdir(testworkdir)) {
3551 "ERROR: Can't chdir to work dir %s\n", testworkdir);
3565 testworkdir = NULL;

Completed in 183 milliseconds