Searched refs:local_path (Results 1 – 6 of 6) sorted by relevance
/tools/acloud/public/actions/ |
D | remote_host_gf_device_factory.py | 292 local_path = os.path.join(self._download_dir, build_id, build_target, 294 if os.path.isfile(local_path): 295 logger.info("Skip downloading existing artifact: %s", local_path) 296 return local_path 300 os.makedirs(os.path.dirname(local_path), exist_ok=True) 302 build_target, build_id, resource_id, local_path, 306 if not complete and os.path.isfile(local_path): 307 os.remove(local_path) 308 return local_path
|
D | remote_host_gf_device_factory_test.py | 144 local_path, _attempt): argument 148 self._CreateSdkRepoZip(local_path) 150 self._CreateImageZip(local_path) 152 with open(local_path, "w", encoding="utf-8") as file: 155 with open(local_path, "w", encoding="utf-8") as file:
|
/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/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/ |
D | cellular_performance_test_utils.py | 358 local_path = os.path.join(log_path, local_file_name) 362 return local_path
|
/tools/tradefederation/core/proto/ |
D | build_info.proto | 28 string local_path = 2; field
|
/tools/asuite/atest/tf_proto/ |
D | build_info.proto | 28 string local_path = 2; field
|