Home
last modified time | relevance | path

Searched refs:image_clone (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Ddiscover-image.h73 int image_clone(Image *i, const char *new_name, bool read_only);
Ddiscover-image.c840 int image_clone(Image *i, const char *new_name, bool read_only) { in image_clone() function
/systemd-251/src/machine/
Dimage-dbus.c201 r = image_clone(image, new_name, read_only); in bus_image_method_clone()