Home
last modified time | relevance | path

Searched refs:src_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
119 self.src_file = src_file
155 if rawdiff.dst_file else rawdiff.src_file)
/tools/acloud/public/actions/
Dremote_instance_fvp_device_factory.py75 src_file="device/generic/goldfish/fvpbase/run_model_only",
82 src_file="%s/lib64/bind_to_localhost.so" % host_out,
/tools/acloud/internal/lib/
Dssh.py389 def ScpPushFile(self, src_file, dst_file): argument
397 scp_command.append(src_file)
413 def ScpPullFile(self, src_file, dst_file): argument
421 scp_command.append("%s@%s:%s" %(self._user, self._ip, src_file))
Dcvd_compute_client_multi_stage.py321 self._ssh.ScpPushFile(src_file=download_target, dst_file=_FETCHER_NAME)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_logging_utils.py573 def extract_test_log(log, src_file, dst_file, test_tag): argument
575 cmd = "grep -n '%s' %s" % (test_tag, src_file)
585 result = job.run("wc -l < %s" % src_file)
588 log.info("Extract %s from line %s to line %s to %s", src_file,
591 src_file, dst_file))
/tools/asuite/aidegen/lib/
Dcommon_util.py314 def is_target(src_file, src_file_extensions): argument
325 return any(src_file.endswith(x) for x in src_file_extensions)