Lines Matching refs:output
46 #include "base/output.hh"
50 FDArray::FDArray(std::string const& input, std::string const& output,
52 : _fdArray(), _input(input), _output(output), _errout(errout),
78 * Search through the output/error options and setup the default fd if
79 * match is found; otherwise, open an output file and seek to location.
81 if ((it = _oemap.find(output)) != _oemap.end())
84 sim_fd = openOutputFile(output);
87 output, false);
90 if (output == errout)
168 * Search through the output options and set fd if match is found;
169 * otherwise, open an output file and seek to location.
170 * Check if user has specified a different output file, and if so, use it
178 warn("Using new output file (%s) rather than checkpointed (%s)\n",
271 * Assume that this has the mode of an output file so there's no