Searched refs:container_path (Results 1 - 2 of 2) sorted by relevance
/systemd/src/machine/ |
H A D | machine-dbus.c | 1127 const char *src, *dest, *host_path, *container_path, *host_basename, *host_dirname, *container_basename, *container_dirname; local 1175 container_path = src; 1179 container_path = dest; 1186 container_basename = basename(container_path); 1187 t = strdupa(container_path);
|
H A D | machinectl.c | 1080 char *dest, *host_path, *container_path; local 1092 container_path = copy_from ? argv[2] : dest; 1112 copy_from ? container_path : host_path, 1113 copy_from ? host_path : container_path);
|
Completed in 21 milliseconds