Searched refs:local_path (Results 1 – 7 of 7) sorted by relevance
/tools/acloud/public/actions/ |
D | remote_host_gf_device_factory.py | 293 local_path = os.path.join(self._download_dir, build_id, build_target, 295 if os.path.isfile(local_path): 296 logger.info("Skip downloading existing artifact: %s", local_path) 297 return local_path 301 os.makedirs(os.path.dirname(local_path), exist_ok=True) 303 build_target, build_id, resource_id, local_path, 307 if not complete and os.path.isfile(local_path): 308 os.remove(local_path) 309 return local_path
|
D | remote_host_gf_device_factory_test.py | 145 local_path, _attempt): argument 149 self._CreateSdkRepoZip(local_path) 151 self._CreateImageZip(local_path) 153 with open(local_path, "w", encoding="utf-8") as file: 156 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/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
|
/tools/acloud/create/ |
D | create_args.py | 908 for local_path in [args.local_image, args.local_instance_dir, 912 if local_path and not os.path.exists(local_path):
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/ |
D | cellular_performance_test_utils.py | 334 local_path = os.path.join(log_path, local_file_name) 338 return local_path
|