Lines Matching defs:local
78 const char *path = NULL, *local = NULL;
91 local = image->path;
93 local = argv[1];
109 log_info("Exporting '%s', saving to '%s' with compression '%s'.", local, path, import_compress_type_to_string(arg_compress));
116 log_info("Exporting '%s', saving to '%s' with compression '%s'.", local, strna(pretty), import_compress_type_to_string(arg_compress));
131 r = tar_export_start(export, local, fd, arg_compress);
157 const char *path = NULL, *local = NULL;
170 local = image->path;
172 local = argv[1];
188 log_info("Exporting '%s', saving to '%s' with compression '%s'.", local, path, import_compress_type_to_string(arg_compress));
195 log_info("Exporting '%s', saving to '%s' with compression '%s'.", local, strna(pretty), import_compress_type_to_string(arg_compress));
210 r = raw_export_start(export, local, fd, arg_compress);