Searched defs:dst_path (Results 1 - 1 of 1) sorted by relevance

/sssd/src/tests/
H A Dfiles-tests.c43 static char *dst_path; variable
54 dst_path = mkdtemp(talloc_asprintf(test_ctx, "%s/%s", TESTS_PATH, tpl_dir));
73 if (dst_path && test_ctx) {
74 cmd = talloc_asprintf(test_ctx, "/bin/rm -rf %s\n", dst_path);
77 DEBUG(SSSDBG_CRIT_FAILURE, "Removing [%s] failed.\n", dst_path);
242 "Will copy from '%s' to '%s'\n", dir_path, dst_path);
243 ret = copy_tree(dir_path, dst_path, 0700, uid, gid);
247 ret = access(dst_path, F_OK);
250 tmp = talloc_asprintf(test_ctx, "%s/bar", dst_path);
278 bar_path = talloc_asprintf(tmp_ctx, "%s/bar", dst_path);
[all...]

Completed in 9 milliseconds