Searched refs:copy_tree_at (Results 1 - 3 of 3) sorted by relevance
| /systemd/src/basic/ |
| H A D | copy.h | 31 int copy_tree_at(int fdf, const char *from, int fdt, const char *to, bool merge);
|
| H A D | copy.c | 343 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 D | machine-dbus.c | 1227 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