Lines Matching refs:dest_path
50 def _collect_log_file_with_summary(host, source_path, dest_path): argument
62 host.get_file(source_path, dest_path, preserve_perm=False)
68 if os.path.isfile(dest_path):
69 dest_path = os.path.dirname(dest_path)
72 skip_summary_collection |= not os.path.exists(dest_path)
74 host, source_path, dest_path,
78 def collect_log_file(host, log_path, dest_path, use_tmp=False, clean=False, argument
121 _collect_log_file_with_tmpdir(host, log_path, dest_path)
123 _collect_log_file_with_summary(host, log_path, dest_path)
140 def _collect_log_file_with_tmpdir(host, log_path, dest_path): argument
152 _collect_log_file_with_summary(host, source_path, dest_path)
300 def collect_command(host, command, dest_path): argument
315 utils.open_write_close(dest_path, result)