Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dconnection.py396 def send_file(self, local_path, remote_path, ignore_status=False): argument
410 def pull_file(self, local_path, remote_path, ignore_status=False): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py982 def pull_files(self, files, remote_path=None): argument