Searched refs:copy_tree_at_full (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/shared/ |
D | copy.h | 48 int copy_tree_at_full(int fdf, const char *from, int fdt, const char *to, uid_t override_uid, gid_t… 50 …return copy_tree_at_full(fdf, from, fdt, to, override_uid, override_gid, copy_flags, NULL, NULL, N… in copy_tree_at() 53 …return copy_tree_at_full(AT_FDCWD, from, AT_FDCWD, to, override_uid, override_gid, copy_flags, NUL… in copy_tree()
|
D | copy.c | 1037 int copy_tree_at_full( in copy_tree_at_full() function
|