Searched defs:abs_host_path (Results 1 - 1 of 1) sorted by relevance

/systemd/src/machine/
H A Dmachinectl.c1079 _cleanup_free_ char *abs_host_path = NULL; local
1095 r = path_make_absolute_cwd(host_path, &abs_host_path);
1099 host_path = abs_host_path;

Completed in 26 milliseconds