Searched refs:local_path (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | connection.py | 395 def send_file(self, local_path, remote_path, ignore_status=False): argument 405 job.run('scp %s %s:%s' % (local_path, user_host, remote_path), 408 def pull_file(self, local_path, remote_path, ignore_status=False): argument 417 job.run('scp %s:%s %s' % (user_host, remote_path, local_path),
|
/tools/asuite/atest/tf_proto/ |
D | build_info.proto | 28 string local_path = 2; field
|