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

/systemd/src/machine/
H A Dmachine-dbus.c1127 const char *src, *dest, *host_path, *container_path, *host_basename, *host_dirname, *container_basename, *container_dirname; local
1182 host_basename = basename(host_path);
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 12 milliseconds