Lines Matching full:open

104 		with open(log_path) as file:
115 with open(log_path) as file:
144 with open(all_passed_log) as file:
151 with open(all_passed_log) as file:
158 with open(kselftest_log) as file:
165 with open(failed_log) as file:
172 with open(nested_log) as file:
183 with open(empty_log) as file:
193 with open(missing_plan_log) as file:
203 with open(header_log) as file:
212 with open(no_plan_log) as file:
225 with open(crash_log) as file:
235 with open(skipped_log) as file:
244 with open(skipped_log) as file:
252 with open(hyphen_log) as file:
266 with open(prefix_log) as file:
274 with open(prefix_log) as file:
282 with open(mixed_prefix_log) as file:
290 with open(pound_log) as file:
298 with open(panic_log) as file:
306 with open(pound_log) as file:
335 with open(ktap_log) as file:
344 with open(ktap_log) as file:
350 with open(ktap_log) as file:
445 with open(os.path.join(dir, '.kunitconfig'), 'w'):
456 with open(os.path.join(dir, '.kunitconfig'), 'w') as f:
458 with open(other, 'w') as f:
469 with open(os.path.join(dir, '.kunitconfig'), 'w') as f:
471 with open(other, 'w') as f:
503 with open(kunit_kernel.get_outfile_path(build_dir), 'rt') as outfile:
508 with open(kunit_kernel.get_kunitconfig_path(build_dir), 'w') as f:
525 with open(kunit_kernel.get_kunitconfig_path(build_dir), 'w') as f:
527 with open(kunit_kernel.get_old_kunitconfig_path(build_dir), 'w') as f:
529 with open(kunit_kernel.get_kconfig_path(build_dir), 'w') as f:
545 with open(kunit_kernel.get_kunitconfig_path(build_dir), 'w') as f:
547 with open(kunit_kernel.get_old_kunitconfig_path(build_dir), 'w') as f:
549 with open(kunit_kernel.get_kconfig_path(build_dir), 'w') as f:
572 with open(_test_data_path(log_file)) as file:
614 with open(path) as file: