Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Ddiscover-image.h67 int image_from_path(const char *path, Image **ret);
Ddiscover-image.c512 int image_from_path(const char *path, Image **ret) { in image_from_path() function
528 return image_from_path(name_or_path, ret); in image_find_harder()
/systemd-251/src/portable/
Dportabled-image-bus.c1084 r = image_from_path(name_or_path, &loaded); in bus_image_acquire()