Searched refs:remove_image (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/portable/ |
D | portablectl.c | 1034 static int remove_image(int argc, char *argv[], void *userdata) { in remove_image() function 1413 { "remove", 2, VERB_ANY, 0, remove_image }, in run()
|
/systemd-251/src/nspawn/ |
D | nspawn.c | 5442 bool secondary = false, remove_directory = false, remove_image = false, in run() local 5713 remove_image = true; in run() 5811 if (remove_image && unlink(arg_image) >= 0) in run() 5812 remove_image = false; in run() 5884 if (remove_image && arg_image) { in run()
|
/systemd-251/src/machine/ |
D | machinectl.c | 1426 static int remove_image(int argc, char *argv[], void *userdata) { in remove_image() function 2830 { "remove", 2, VERB_ANY, 0, remove_image }, in machinectl_main()
|