Home | History | Annotate | Download | only in valgrind

Lines Matching full:input_file

185   input_file = file(filename, 'r')
187 return parse_func(input_file, filename)
189 input_file.close()