Searched refs:remote_path (Results 1 – 2 of 2) sorted by relevance
/tools/external_updater/ |
D | git_utils.py | 82 remote_path = remote_name + '/' 83 remote_path_len = len(remote_path) 85 if line.startswith(remote_path)]
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | connection.py | 396 def send_file(self, local_path, remote_path, ignore_status=False): argument 407 'scp %s %s:%s' % (local_path, user_host, remote_path), 410 def pull_file(self, local_path, remote_path, ignore_status=False): argument 420 'scp %s:%s %s' % (user_host, remote_path, local_path),
|