Lines Matching refs:open
106 with open(log_path) as file:
117 with open(log_path) as file:
146 with open(all_passed_log) as file:
154 with open(failed_log) as file:
162 with open(empty_log) as file:
172 with open(empty_log) as file:
183 with open(crash_log) as file:
192 with open(crashed_log) as file:
200 file = open(skipped_log)
211 file = open(skipped_log)
222 with open(prefix_log) as file:
231 with open(prefix_log) as file:
240 with open(mixed_prefix_log) as file:
249 with open(pound_log) as file:
258 with open(panic_log) as file:
267 with open(pound_log) as file:
290 with open(os.path.join(dir, '.kunitconfig'), 'w') as f:
300 with open(test_data_path(log_file)) as file:
332 with open(path) as file: