Searched refs:close (Results 26 - 50 of 113) sorted by relevance

12345

/gem5/ext/testlib/
H A Dmain.py69 self.result_handler.close()
75 self.close()
78 def close(self): member in class:RunLogHandler
79 self.mp_handler.close()
329 log.test_log.close()
/gem5/ext/iostream3/
H A Dzfstream.h84 close();
303 * Stream will be in state fail() if close failed.
306 close();
392 * Stream will be in state fail() if close failed.
395 close();
H A Dzfstream.cc32 // Sync output buffer and close only if responsible for file
36 this->close();
107 gzfilebuf::close() function in class:gzfilebuf
114 // Attempt to sync and close gzipped file
420 gzifstream::close() function in class:gzifstream
422 if (!sb.close())
475 gzofstream::close() function in class:gzofstream
477 if (!sb.close())
/gem5/src/proto/
H A Dprotoio.cc80 fileStream.close();
162 fileStream.close();
/gem5/util/
H A Dencode_inst_dep_trace.py202 ascii_in.close()
203 proto_out.close()
H A Dgit-pre-commit.py94 f.close()
/gem5/ext/dsent/libutil/
H A DLog.cc104 ofs.close();
/gem5/src/cpu/o3/
H A Dthread_state.hh153 simout.close(os);
/gem5/src/base/vnc/
H A Dvncinput.cc135 captureOutputDirectory->close(fb_out);
/gem5/src/cpu/kvm/
H A Ddevice.cc58 close(fd);
/gem5/src/systemc/tests/systemc/misc/synth/add_chain_FUNC/
H A Dreset_stim.cpp93 stimulus.close();
/gem5/src/systemc/utils/
H A Dtracefile.cc52 simout.close(_os);
/gem5/util/batch/
H A Djob.py102 f.close()
115 f.close()
124 f.close()
210 sys.stdin.close()
/gem5/util/pbs/
H A Djob.py104 f.close()
117 f.close()
126 f.close()
205 sys.stdin.close()
/gem5/src/base/loader/
H A Dhex_file.cc138 HexFile::close() function in class:HexFile
H A Dobject_file.cc182 close(fd);
215 close(fd);
H A Dsymtab.cc107 file.close();
/gem5/src/dev/storage/
H A Ddisk_image.cc65 { close(); }
74 close();
96 RawDiskImage::close() function in class:RawDiskImage
98 stream.close();
290 stream.close();
373 stream.close();
/gem5/ext/googletest/googlemock/scripts/
H A Dfuse_gmock_files.py156 output_file.close()
212 output_file.close()
/gem5/ext/googletest/googletest/scripts/
H A Dfuse_gtest_files.py175 output_file.close()
226 output_file.close()
/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test.py288 golden_file.close()
329 golden_file.close()
/gem5/util/plot_dram/
H A Ddram_sweep_plot.py97 simout.close()
120 stats.close()
/gem5/src/base/
H A Dsocket.cc85 close(fd);
H A Doutput.cc100 _fstream->close();
108 _fstream->close();
148 OutputDirectory::close(OutputStream *file) function in class:OutputDirectory
152 fatal("Attempted to close an unregistred file stream");
300 // close and release file if we have it open
/gem5/util/term/
H A Dterm.c101 close(s);
129 close(s);
167 close(nfd);

Completed in 30 milliseconds

12345