Home
last modified time | relevance | path

Searched refs:local_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
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),
/tools/tradefederation/core/proto/
Dbuild_info.proto28 string local_path = 2; field