Lines Matching full:open

94 		with open(log_path) as file:
105 with open(log_path) as file:
134 with open(all_passed_log) as file:
142 with open(all_passed_log) as file:
150 with open(kselftest_log) as file:
158 with open(failed_log) as file:
166 with open(empty_log) as file:
177 with open(missing_plan_log) as file:
191 with open(header_log) as file:
201 with open(no_plan_log) as file:
214 with open(crash_log) as file:
223 with open(skipped_log) as file:
233 with open(skipped_log) as file:
242 with open(hyphen_log) as file:
260 with open(prefix_log) as file:
269 with open(prefix_log) as file:
278 with open(mixed_prefix_log) as file:
287 with open(pound_log) as file:
296 with open(panic_log) as file:
305 with open(pound_log) as file:
367 with open(os.path.join(dir, '.kunitconfig'), 'w'):
378 with open(os.path.join(dir, '.kunitconfig'), 'w') as f:
380 with open(other, 'w') as f:
391 with open(os.path.join(dir, '.kunitconfig'), 'w') as f:
393 with open(other, 'w') as f:
424 with open(kunit_kernel.get_outfile_path(build_dir), 'rt') as outfile:
429 with open(kunit_kernel.get_kunitconfig_path(build_dir), 'w') as f:
446 with open(kunit_kernel.get_kunitconfig_path(build_dir), 'w') as f:
448 with open(kunit_kernel.get_old_kunitconfig_path(build_dir), 'w') as f:
450 with open(kunit_kernel.get_kconfig_path(build_dir), 'w') as f:
466 with open(kunit_kernel.get_kunitconfig_path(build_dir), 'w') as f:
468 with open(kunit_kernel.get_old_kunitconfig_path(build_dir), 'w') as f:
470 with open(kunit_kernel.get_kconfig_path(build_dir), 'w') as f:
490 with open(test_data_path(log_file)) as file:
532 with open(path) as file: