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

/gem5/util/
H A Dprotolib.py77 def openFileRd(in_file):
87 proto_in = gzip.open(in_file, 'rb')
95 proto_in = open(in_file, 'rb')
97 print "Failed to open ", in_file, " for reading"
101 def _DecodeVarint32(in_file):
114 c = in_file.read(1)
131 def decodeMessage(in_file, message):
137 size, pos = _DecodeVarint32(in_file)
140 buf = in_file.read(size)
/gem5/ext/mcpat/cacti/
H A Dio.cc54 InputParameter::parse_cfg(const string & in_file) { argument
55 FILE *fp = fopen(in_file.c_str(), "r");
61 cout << in_file << " is missing!\n"; local

Completed in 11 milliseconds