Searched refs:copy_tree (Results 1 - 4 of 4) sorted by relevance
/sssd/src/tools/ |
H A D | tools_util.h | 118 int copy_tree(const char *src_root, const char *dst_root,
|
H A D | tools_util.c | 505 ret = copy_tree(skeldir, homedir, 0777 & ~default_umask, uid, gid);
|
H A D | files.c | 764 int copy_tree(const char *src_root, const char *dst_root, function
|
/sssd/src/tests/ |
H A D | files-tests.c | 243 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 13 milliseconds