Home
last modified time | relevance | path

Searched refs:copy_tree_at_full (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/
Dcopy.h48 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()
Dcopy.c1037 int copy_tree_at_full( in copy_tree_at_full() function