Home | History | Annotate | Download | only in cros

Lines Matching refs:remote_file

1111     def download_file(cls, remote_file, local_file, timeout=None):
1114 The format of remote_file should be:
1117 @param remote_file: The URL of the file on devserver that need to be
1122 response = cls.run_call(remote_file, timeout=timeout)