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

/gem5/src/base/
H A Doutput.hh220 * @param no_gz true to disable opening the file as a gzip compressed output
226 bool no_gz = false);
238 * @param no_gz true to disable opening the file as a gzip compressed output
245 bool no_gz = false);
H A Doutput.cc206 OutputDirectory::create(const string &name, bool binary, bool no_gz) argument
216 return open(name, mode, recreateable, no_gz);
223 bool no_gz)
227 if (!no_gz && name.find(".gz", name.length() - 3) < name.length()) {
220 open(const std::string &name, ios_base::openmode mode, bool recreateable, bool no_gz) argument

Completed in 6 milliseconds