Lines Matching refs:open
107 with open(log_path) as file:
118 with open(log_path) as file:
147 with open(all_passed_log) as file:
155 with open(all_passed_log) as file:
163 with open(kselftest_log) as file:
171 with open(failed_log) as file:
179 with open(empty_log) as file:
190 with open(missing_plan_log) as file:
201 with open(header_log) as file:
212 with open(crash_log) as file:
221 with open(crashed_log) as file:
230 with open(skipped_log) as file:
240 with open(skipped_log) as file:
249 file = open(hyphen_log)
267 with open(prefix_log) as file:
276 with open(prefix_log) as file:
285 with open(mixed_prefix_log) as file:
294 with open(pound_log) as file:
303 with open(panic_log) as file:
312 with open(pound_log) as file:
335 with open(os.path.join(dir, '.kunitconfig'), 'w'):
356 with open(kunit_kernel.get_outfile_path(build_dir), 'rt') as outfile:
365 with open(test_data_path(log_file)) as file:
403 with open(path) as file: