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

/gem5/ext/iostream3/
H A Dzfstream.h57 is_open() const { return (file != NULL); } function in class:gzfilebuf
270 is_open() { return sb.is_open(); } function in class:gzifstream
359 is_open() { return sb.is_open(); } function in class:gzofstream
H A Dzfstream.cc55 if (this->is_open())
83 if (this->is_open())
110 if (!this->is_open())
172 if (!this->is_open() || !(io_mode & std::ios_base::in))
192 if (!this->is_open() || !(io_mode & std::ios_base::in))
234 if (!this->is_open() || !(io_mode & std::ios_base::out))
247 if (!this->is_open() || !(io_mode & std::ios_base::out))
/gem5/src/gpu-compute/
H A Dhsa_object.cc58 assert(code_file.is_open());
/gem5/src/dev/storage/
H A Ddisk_image.cc90 if (!stream.is_open())
105 if (!stream.is_open())
120 if (!stream.is_open())
145 if (!stream.is_open())
225 if (!stream.is_open())
254 if (!stream.is_open())
308 if (!stream.is_open())
349 if (!stream.is_open() || stream.fail() || stream.bad())
/gem5/src/base/
H A Doutput.cc93 assert(_fstream->is_open());
99 if (_fstream->is_open())
H A Dinifile.cc63 if (!f.is_open())
/gem5/src/cpu/testers/traffic_gen/
H A Dtraffic_gen.cc144 if (!infile.is_open()) {
/gem5/src/sim/
H A Dserialize.cc199 if (!outstream.is_open())

Completed in 14 milliseconds