Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dgit.py114 status=None, score=None, src_file=None, dst_file=None, argument
123 self.dst_file = dst_file
157 rawdiff.file = (rawdiff.dst_file
158 if rawdiff.dst_file else rawdiff.src_file)
/tools/acloud/internal/lib/
Dssh.py304 def ScpPushFile(self, src_file, dst_file): argument
313 scp_command.append("%s@%s:%s" %(self._user, self._ip, dst_file))
316 def ScpPullFile(self, src_file, dst_file): argument
325 scp_command.append(dst_file)
Dcvd_compute_client_multi_stage.py513 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/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py1265 for dst_file in bdf_files_list:
1266 dut.push_system_file(bdf_file, dst_file)
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveStressTest.py191 dst_file = os.path.join(ad.device_log_path, test_name,
193 extract_test_log(self.log, src_file, dst_file, test_name)
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py8641 def extract_test_log(log, src_file, dst_file, test_tag): argument
8642 os.makedirs(os.path.dirname(dst_file), exist_ok=True)
8657 begin_line, end_line, dst_file)
8659 src_file, dst_file))