Searched refs:copy_tree_at (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Dcopy.h31 int copy_tree_at(int fdf, const char *from, int fdt, const char *to, bool merge);
H A Dcopy.c343 int copy_tree_at(int fdf, const char *from, int fdt, const char *to, bool merge) { function
367 return copy_tree_at(AT_FDCWD, from, AT_FDCWD, to, merge);
/systemd/src/machine/
H A Dmachine-dbus.c1227 r = copy_tree_at(containerfd, container_basename, hostfd, host_basename, true);
1229 r = copy_tree_at(hostfd, host_basename, containerfd, container_basename, true);

Completed in 17 milliseconds