Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dgit.py111 status=None, score=None, src_file=None, dst_file=None, argument
120 self.dst_file = dst_file
154 rawdiff.file = (rawdiff.dst_file
155 if rawdiff.dst_file else rawdiff.src_file)
/tools/acloud/internal/lib/
Dssh.py306 def ScpPushFile(self, src_file, dst_file): argument
315 scp_command.append("%s@%s:%s" %(self._user, self._ip, dst_file))
318 def ScpPullFile(self, src_file, dst_file): argument
327 scp_command.append(dst_file)
Dcvd_compute_client_multi_stage.py529 self._ssh.ScpPushFile(src_file=download_target, dst_file=_FETCHER_NAME)
/tools/acloud/public/actions/
Dremote_instance_fvp_device_factory.py75 dst_file="run_model_only")
82 dst_file="lib64/bind_to_localhost.so")
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_performance_test_utils.py1406 for dst_file in config_files_list:
1407 dut.push_system_file(config_file, dst_file)
1413 for dst_file in config_files_list:
1414 dut.push_system_file(config_file, dst_file)
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveStressTest.py227 dst_file = os.path.join(ad.device_log_path, test_name,
229 extract_test_log(self.log, src_file, dst_file, test_name)