Lines Matching refs:endl

124         cerr << "Error: invalid input '" << argValue << "'" << endl;
130 cerr << "Error: repeat input '" << argValue << "'" << endl;
145 cerr << "Error: invalid system id_defined.json path: '" << argValue << "'" << endl;
152 cerr << "Error: repeat system id_defined.json path: '" << argValue << "'" << endl;
166 cerr << "Error: double package name " << packageName_ << " vs " << argValue << endl;
177 cerr << "Error: double output " << output_ << " vs " << argValue << endl;
183 cerr << "Error: invalid output '" << argValue << "'" << endl;
195 cerr << "Error: '" << argValue << "' input duplicated." << endl;
210 cout << "Info: Restool version= " << RESTOOL_VERSION << endl;
218 cerr << "Error: -m double module name '" << argValue << "'" << endl;
226 cerr << "Error: double module name '" << *it << "'" << endl;
236 cerr << "Error: double config.json " << configPath_ << " vs " << argValue << endl;
250 cerr << "Error: invalid start id " << argValue << endl;
267 cerr << "Error: input path empty." << endl;
272 cerr << "Error: output path empty." << endl;
277 cerr << "Error: -x and --target-config cannot be used together." << endl;
286 cerr << "Error: package name empty." << endl;
291 cerr << "Error: resource header path empty." << endl;
296 cerr << "Error: set -e and --defined-ids cannot be used together." << endl;
312 cout << "Warning: invalid compress '" << argValue << "'" << endl;
317 cerr << "Error: repeat input '" << argValue << "'" << endl;
393 cerr << "Error: repeat input '--target-config'" << endl;
397 cerr << "Error: '" << argValue << "' is not valid parameter." << endl;
424 cerr << "Error: '" << argValue << "' must be ASCII" << endl;
434 cerr << "Error: double opt-compression.json " << compressionPath_ << " vs " << argValue << endl;
474 cerr << "Error: unsupport " << c << endl;
501 cerr << "Error: unknown option " << curOpt << endl;
510 cerr << "Error: unknown option " << optUnknown << endl;
518 cerr << "Error: option " << argv[optind - 1] << " must have argument" << endl;
520 cerr << "Error: unknown option " << argv[optind - 1] << endl;
544 cerr << errmsg << endl;