Lines Matching refs:arg_image
45 static const char *arg_image = NULL; variable
304 arg_image = argv[optind]; in parse_argv()
313 arg_image = argv[optind]; in parse_argv()
323 arg_image = argv[optind]; in parse_argv()
335 arg_image = argv[optind]; in parse_argv()
422 printf(" Name: %s\n", basename(arg_image)); in action_dissect()
515 … JSON_BUILD_PAIR("name", JSON_BUILD_STRING(basename(arg_image))), in action_dissect()
583 r = table_add_cell(t, NULL, TABLE_STRING, arg_image); in action_dissect()
710 …error_errno(source_fd, "Failed to open source path '%s' in image '%s': %m", arg_source, arg_image); in action_copy()
716 …g_error_errno(r, "Failed to copy bytes from %s in mage '%s' to stdout: %m", arg_source, arg_image); in action_copy()
727 …g_error_errno(r, "Failed to copy %s in image '%s' to '%s': %m", arg_source, arg_image, arg_target); in action_copy()
733 …path %s in image '%s' is neither regular file nor directory, refusing: %m", arg_source, arg_image); in action_copy()
742 …rno(r, "Failed to copy bytes from %s in mage '%s' to '%s': %m", arg_source, arg_image, arg_target); in action_copy()
773 …error_errno(r, "Failed to copy bytes from stdin to '%s' in image '%s': %m", arg_target, arg_image); in action_copy()
799 …error_errno(r, "Failed to copy '%s' to '%s' in image '%s': %m", arg_source, arg_target, arg_image); in action_copy()
811 …(r, "Failed to copy bytes from '%s' to '%s' in image '%s': %m", arg_source, arg_target, arg_image); in action_copy()
837 arg_image, NULL, NULL); in run()
839 return log_error_errno(r, "Failed to read verity artifacts for %s: %m", arg_image); in run()
848 arg_image, in run()
853 return log_error_errno(r, "Failed to set up loopback device for %s: %m", arg_image); in run()
863 arg_image, in run()