Lines Matching refs:open
103 file = open(log_path)
116 with open(log_path) as file:
146 file = open(all_passed_log)
156 file = open(failed_log)
166 file = open(empty_log)
178 file = open(crash_log)
189 file = open(crashed_log)
199 with open(prefix_log) as file:
209 with open(prefix_log) as file:
219 with open(mixed_prefix_log) as file:
228 with open(pound_log) as file:
237 with open(panic_log) as file:
246 with open(pound_log) as file:
256 with(open(get_absolute_path(log_file))) as file:
291 with open(path) as file: