Searched refs:openOutputFile (Results 1 - 2 of 2) sorted by relevance

/gem5/src/sim/
H A Dfd_array.cc84 sim_fd = openOutputFile(output);
95 sim_fd = openOutputFile(errout);
187 stdout_ffd->setSimFD(openOutputFile(stdout_ffd->getFileName()));
214 stderr_ffd->setSimFD(openOutputFile(stderr_ffd->getFileName()));
313 FDArray::openOutputFile(std::string const& filename) const function in class:FDArray
H A Dfd_array.hh123 int openOutputFile(std::string const& file_name) const;

Completed in 5 milliseconds