Lines Matching refs:open

102 		with open(log_path) as file:
113 with open(log_path) as file:
142 with open(all_passed_log) as file:
149 with open(all_passed_log) as file:
156 with open(kselftest_log) as file:
163 with open(failed_log) as file:
170 with open(empty_log) as file:
180 with open(missing_plan_log) as file:
190 with open(header_log) as file:
199 with open(no_plan_log) as file:
212 with open(crash_log) as file:
222 with open(skipped_log) as file:
231 with open(skipped_log) as file:
239 with open(hyphen_log) as file:
253 with open(prefix_log) as file:
261 with open(prefix_log) as file:
269 with open(mixed_prefix_log) as file:
277 with open(pound_log) as file:
285 with open(panic_log) as file:
293 with open(pound_log) as file:
322 with open(ktap_log) as file:
331 with open(ktap_log) as file:
337 with open(ktap_log) as file:
432 with open(os.path.join(dir, '.kunitconfig'), 'w'):
443 with open(os.path.join(dir, '.kunitconfig'), 'w') as f:
445 with open(other, 'w') as f:
456 with open(os.path.join(dir, '.kunitconfig'), 'w') as f:
458 with open(other, 'w') as f:
489 with open(kunit_kernel.get_outfile_path(build_dir), 'rt') as outfile:
494 with open(kunit_kernel.get_kunitconfig_path(build_dir), 'w') as f:
511 with open(kunit_kernel.get_kunitconfig_path(build_dir), 'w') as f:
513 with open(kunit_kernel.get_old_kunitconfig_path(build_dir), 'w') as f:
515 with open(kunit_kernel.get_kconfig_path(build_dir), 'w') as f:
531 with open(kunit_kernel.get_kunitconfig_path(build_dir), 'w') as f:
533 with open(kunit_kernel.get_old_kunitconfig_path(build_dir), 'w') as f:
535 with open(kunit_kernel.get_kconfig_path(build_dir), 'w') as f:
558 with open(test_data_path(log_file)) as file:
600 with open(path) as file: