Home | History | Annotate | Download | only in cros

Lines Matching refs:remote

572         logging.info('Computing md5 of remote media files.')
573 remote = self._run(
586 if remote.stdout.replace('\r\n', '\n') != local.stdout:
590 logging.error('remote=%s', remote)