Lines Matching refs:name_or_path
35 const char *name_or_path, in bus_image_common_get_os_release() argument
41 assert(name_or_path || image); in bus_image_common_get_os_release()
51 name_or_path, in bus_image_common_get_os_release()
101 const char *name_or_path, in bus_image_common_get_metadata() argument
113 assert(name_or_path || image); in bus_image_common_get_metadata()
149 name_or_path, in bus_image_common_get_metadata()
303 const char *name_or_path, in bus_image_common_attach() argument
315 assert(name_or_path || image); in bus_image_common_attach()
369 name_or_path, in bus_image_common_attach()
485 const char *name_or_path, in bus_image_common_remove() argument
495 assert(name_or_path || image); in bus_image_common_remove()
507 name_or_path, in bus_image_common_remove()
645 const char *name_or_path, in bus_image_common_reattach() argument
657 assert(name_or_path || image); in bus_image_common_reattach()
712 name_or_path, in bus_image_common_reattach()
778 const char *name_or_path, in bus_image_common_mark_read_only() argument
785 assert(name_or_path || image); in bus_image_common_mark_read_only()
798 name_or_path, in bus_image_common_mark_read_only()
823 const char *name_or_path, in bus_image_common_set_limit() argument
831 assert(name_or_path || image); in bus_image_common_set_limit()
846 name_or_path, in bus_image_common_set_limit()
991 const char *name_or_path, in bus_image_acquire() argument
1004 assert(name_or_path || image); in bus_image_acquire()
1037 cached = manager_image_cache_get(m, name_or_path); in bus_image_acquire()
1043 if (image_name_is_valid(name_or_path)) { in bus_image_acquire()
1046 r = image_find(IMAGE_PORTABLE, name_or_path, NULL, &loaded); in bus_image_acquire()
1049 "No image '%s' found.", name_or_path); in bus_image_acquire()
1056 … "Expected image name, not path in place of '%s'.", name_or_path); in bus_image_acquire()
1058 if (!path_is_absolute(name_or_path)) in bus_image_acquire()
1060 … "Image name '%s' is not valid or not a valid path.", name_or_path); in bus_image_acquire()
1062 if (!path_is_normalized(name_or_path)) in bus_image_acquire()
1064 … "Image path '%s' is not normalized.", name_or_path); in bus_image_acquire()
1084 r = image_from_path(name_or_path, &loaded); in bus_image_acquire()
1089 name_or_path); in bus_image_acquire()