Lines Matching refs:open

101 		with open(log_path) as file:
112 with open(log_path) as file:
141 with open(all_passed_log) as file:
148 with open(all_passed_log) as file:
155 with open(kselftest_log) as file:
162 with open(failed_log) as file:
169 with open(empty_log) as file:
179 with open(missing_plan_log) as file:
189 with open(header_log) as file:
198 with open(no_plan_log) as file:
211 with open(crash_log) as file:
221 with open(skipped_log) as file:
230 with open(skipped_log) as file:
238 with open(hyphen_log) as file:
252 with open(prefix_log) as file:
260 with open(prefix_log) as file:
268 with open(mixed_prefix_log) as file:
276 with open(pound_log) as file:
284 with open(panic_log) as file:
292 with open(pound_log) as file:
321 with open(ktap_log) as file:
330 with open(ktap_log) as file:
336 with open(ktap_log) as file:
420 with open(os.path.join(dir, '.kunitconfig'), 'w'):
431 with open(os.path.join(dir, '.kunitconfig'), 'w') as f:
433 with open(other, 'w') as f:
444 with open(os.path.join(dir, '.kunitconfig'), 'w') as f:
446 with open(other, 'w') as f:
477 with open(kunit_kernel.get_outfile_path(build_dir), 'rt') as outfile:
482 with open(kunit_kernel.get_kunitconfig_path(build_dir), 'w') as f:
499 with open(kunit_kernel.get_kunitconfig_path(build_dir), 'w') as f:
501 with open(kunit_kernel.get_old_kunitconfig_path(build_dir), 'w') as f:
503 with open(kunit_kernel.get_kconfig_path(build_dir), 'w') as f:
519 with open(kunit_kernel.get_kunitconfig_path(build_dir), 'w') as f:
521 with open(kunit_kernel.get_old_kunitconfig_path(build_dir), 'w') as f:
523 with open(kunit_kernel.get_kconfig_path(build_dir), 'w') as f:
546 with open(test_data_path(log_file)) as file:
588 with open(path) as file: