Searched refs:collect_log_file (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/ |
D | crashcollect.py | 78 def collect_log_file(host, log_path, dest_path, use_tmp=False, clean=False, function 233 collect_log_file(host, constants.LOG_DIR, log_path) 239 collect_log_file(host, pstore_dir, log_path, use_tmp=True, 246 collect_log_file(host, constants.LOG_I915_ERROR_STATE, 332 collect_log_file(host, remote_path + '/', local_path + '/') 357 collect_log_file(host, host.VAR_LOG_MESSAGES_COPY_PATH, 359 collect_log_file(host, "/var/log/messages", messages_raw)
|
D | site_crashcollect.py | 14 from autotest_lib.server.crashcollect import collect_log_file 214 collect_log_file(host, file, infodir, clean=True)
|