Lines Matching refs:image

528         _cleanup_(image_unrefp) Image *image = NULL;  in extract_image_and_extensions()
534 r = image_find_harder(IMAGE_PORTABLE, name_or_path, NULL, &image); in extract_image_and_extensions()
563 …r = portable_extract_by_path(image->path, /* path_is_extension= */ false, matches, &os_release, &u… in extract_image_and_extensions()
659 *ret_image = TAKE_PTR(image); in extract_image_and_extensions()
688 _cleanup_(image_unrefp) Image *image = NULL; in portable_extract()
698 &image, in portable_extract()
716 image->path, in portable_extract()
1240 const Image *image, in install_image_and_extensions_symlinks() argument
1249 assert(image); in install_image_and_extensions_symlinks()
1257 r = install_image_symlink(image->path, flags, changes, n_changes); in install_image_and_extensions_symlinks()
1289 _cleanup_(image_unrefp) Image *image = NULL; in portable_attach()
1298 &image, in portable_attach()
1328 image->path, in portable_attach()
1343 image->path, in portable_attach()
1367 r = attach_unit_file(&paths, image->path, image->type, extension_images, in portable_attach()
1375 … (void) install_image_and_extensions_symlinks(image, extension_images, flags, changes, n_changes); in portable_attach()
1403 _cleanup_free_ char *image = NULL; in marker_matches_images() local
1405 r = extract_first_word(&marker, &image, ":", EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE); in marker_matches_images()
1411 a = last_path_component(image); in marker_matches_images()
1598 _cleanup_free_ char *image = NULL; in portable_detach() local
1600 … r = extract_first_word(&p, &image, ":", EXTRACT_UNESCAPE_SEPARATORS|EXTRACT_RETAIN_ESCAPE); in portable_detach()
1606 … if (path_is_absolute(image) && !image_in_search_path(IMAGE_PORTABLE, NULL, image)) { in portable_detach()
1607 … r = set_ensure_consume(&markers, &path_hash_ops_free, TAKE_PTR(image)); in portable_detach()