Lines Matching refs:file
25 file = loadFile(specFile)
26 if file == None:
36 for str in file:
140 help='Set the diagnostic file')
142 help='Set the warning file')
144 help='Set the log file for both diagnostics and warnings')
156 for file in results.files:
157 findBalance(file)
161 for file in sorted(skipped):
162 print('\t' + file)