Home
last modified time | relevance | path

Searched refs:gspath (Results 1 – 1 of 1) sorted by relevance

/external/autotest/site_utils/deployment/
Dinstall.py129 def _upload_logs(dirpath, gspath): argument
136 ctx.Copy(dirpath, gspath, recursive=True)
789 gspath = _get_upload_log_path(arguments)
790 report_log.write('Logs will be uploaded to %s\n' % (gspath,))
793 _upload_logs(arguments.logdir, gspath)