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

/gem5/util/
H A Dcpt_upgrader.py204 cpt_file = file(path, 'r')
205 cpt.readfp(cpt_file)
206 cpt_file.close()
306 cpt_file = osp.join(path, 'm5.cpt') variable
316 elif osp.isfile(cpt_file):
317 process_file(cpt_file, **vars(options))
/gem5/src/sim/
H A Dserialize.cc196 string cpt_file = dir + CheckpointIn::baseFilename; local
197 ofstream outstream(cpt_file.c_str());
200 fatal("Unable to open file %s for writing\n", cpt_file.c_str());

Completed in 6 milliseconds