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

/sssd-io/src/tests/
H A Dfiles-tests.c42 static char *dst_path; variable
53 dst_path = mkdtemp(talloc_asprintf(test_ctx, "%s/%s", TESTS_PATH, tpl_dir));
72 if (dst_path && test_ctx) {
73 cmd = talloc_asprintf(test_ctx, "/bin/rm -rf %s\n", dst_path);
76 DEBUG(SSSDBG_CRIT_FAILURE, "Removing [%s] failed.\n", dst_path);
241 "Will copy from '%s' to '%s'\n", dir_path, dst_path);
242 ret = sss_copy_tree(dir_path, dst_path, 0700, uid, gid);
246 ret = access(dst_path, F_OK);
249 tmp = talloc_asprintf(test_ctx, "%s/bar", dst_path);
277 bar_path = talloc_asprintf(tmp_ctx, "%s/bar", dst_path);
[all...]

Completed in 9 milliseconds