Searched refs:copy_tree (Results 1 - 4 of 4) sorted by relevance

/sssd/src/tools/
H A Dtools_util.h118 int copy_tree(const char *src_root, const char *dst_root,
H A Dtools_util.c505 ret = copy_tree(skeldir, homedir, 0777 & ~default_umask, uid, gid);
H A Dfiles.c764 int copy_tree(const char *src_root, const char *dst_root, function
/sssd/src/tests/
H A Dfiles-tests.c243 ret = copy_tree(dir_path, dst_path, 0700, uid, gid);
244 fail_unless(ret == EOK, "copy_tree failed\n");
329 ret = copy_tree(dir_path, dst_path, 0700, uid, gid);
330 fail_unless(ret == EOK, "copy_tree failed\n");
368 ret = copy_tree(dir_path, dst_path, 0700, uid, gid);
369 fail_unless(ret == EOK, "copy_tree failed\n");

Completed in 9 milliseconds