Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py371 def send_file(self, local_path, remote_path): argument
380 job.run('scp %s %s:%s' % (local_path, user_host, remote_path))
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py891 def pull_files(self, files, remote_path=None): argument
893 if not remote_path:
894 remote_path = self.log_path
897 "%s %s" % (file_name, remote_path), timeout=PULL_TIMEOUT)