Searched refs:errout (Results 1 - 8 of 8) sorted by relevance

/gem5/src/sim/
H A Dfd_array.cc51 std::string const& errout)
52 : _fdArray(), _input(input), _output(output), _errout(errout),
90 if (output == errout)
92 else if ((it = _oemap.find(errout)) != _oemap.end())
95 sim_fd = openOutputFile(errout);
98 errout, false);
50 FDArray(std::string const& input, std::string const& output, std::string const& errout) argument
H A Dfd_array.hh54 * @param errout Used to initialize the stderr file descriptor
57 std::string const& errout);
H A DProcess.py44 errout = Param.String('cerr', 'filename for stderr') variable in class:Process
H A Dprocess.cc105 fds(make_shared<FDArray>(params->input, params->output, params->errout)),
H A Dsyscall_emul.hh1545 pp->errout.assign("stderr");
2181 pp->errout.assign("cerr");
/gem5/configs/example/
H A Dse.py85 if options.errout != "":
86 errouts = options.errout.split(';')
110 process.errout = errouts[idx]
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py569 errout = p.stderr.read()
570 if print_output and errout:
571 print >>sys.stderr, errout
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py569 errout = p.stderr.read()
570 if print_output and errout:
571 print >>sys.stderr, errout

Completed in 29 milliseconds