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

/systemd/src/import/
H A Dimport.c38 static const char *arg_image_root = "/var/lib/machines"; variable
125 r = tar_import_new(&import, event, arg_image_root, on_tar_finished, event);
220 r = raw_import_new(&import, event, arg_image_root, on_raw_finished, event);
291 arg_image_root = optarg;
H A Dpull.c37 static const char *arg_image_root = "/var/lib/machines"; variable
117 r = tar_pull_new(&pull, event, arg_image_root, on_tar_finished, event);
203 r = raw_pull_new(&pull, event, arg_image_root, on_raw_finished, event);
278 arg_image_root = optarg;

Completed in 1069 milliseconds