Home
last modified time | relevance | path

Searched refs:dst_file (Results 1 – 7 of 7) sorted by relevance

/tools/acloud/internal/lib/
Dssh.py369 def ScpPushFile(self, src_file, dst_file): argument
378 scp_command.append("%s@%s:%s" %(self._user, self._ip, dst_file))
393 def ScpPullFile(self, src_file, dst_file): argument
402 scp_command.append(dst_file)
Dcvd_compute_client_multi_stage.py540 self._ssh.ScpPushFile(src_file=download_target, dst_file=_FETCHER_NAME)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_logging_utils.py567 def extract_test_log(log, src_file, dst_file, test_tag): argument
568 os.makedirs(os.path.dirname(dst_file), exist_ok=True)
583 begin_line, end_line, dst_file)
585 src_file, dst_file))
/tools/acloud/public/actions/
Dremote_instance_fvp_device_factory.py76 dst_file="run_model_only")
83 dst_file="lib64/bind_to_localhost.so")
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
Dqcom_utils.py222 for dst_file in config_files_list:
223 dut.push_system_file(config_file, dst_file)
Dbrcm_utils.py319 for dst_file in config_files_list:
320 dut.push_system_file(config_file, dst_file)
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveStressTest.py225 dst_file = os.path.join(ad.device_log_path, test_name,
227 extract_test_log(self.log, src_file, dst_file, test_name)