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:
404 with open(os.path.join(dir, '.kunitconfig'), 'w'):
415 with open(os.path.join(dir, '.kunitconfig'), 'w') as f:
417 with open(other, 'w') as f:
428 with open(os.path.join(dir, '.kunitconfig'), 'w') as f:
430 with open(other, 'w') as f:
461 with open(kunit_kernel.get_outfile_path(build_dir), 'rt') as outfile:
466 with open(kunit_kernel.get_kunitconfig_path(build_dir), 'w') as f:
483 with open(kunit_kernel.get_kunitconfig_path(build_dir), 'w') as f:
485 with open(kunit_kernel.get_old_kunitconfig_path(build_dir), 'w') as f:
487 with open(kunit_kernel.get_kconfig_path(build_dir), 'w') as f:
503 with open(kunit_kernel.get_kunitconfig_path(build_dir), 'w') as f:
505 with open(kunit_kernel.get_old_kunitconfig_path(build_dir), 'w') as f:
507 with open(kunit_kernel.get_kconfig_path(build_dir), 'w') as f:
530 with open(test_data_path(log_file)) as file:
572 with open(path) as file: