Home
last modified time | relevance | path

Searched refs:RemoteCopyFrom (Results 1 – 3 of 3) sorted by relevance

/external/toolchain-utils/automation/server/
Djob_executer.py82 cmd.RemoteCopyFrom(from_machine.hostname,
100 cmd.RemoteCopyFrom(self.job.primary_machine.hostname,
/external/toolchain-utils/automation/clients/helper/
Dandroid.py218 gettree_cmd = cmd.RemoteCopyFrom(
245 getbase_cmd = cmd.RemoteCopyFrom(base_benchbin_host, base_benchbin_path,
/external/toolchain-utils/automation/common/
Dcommand.py188 def RemoteCopyFrom(from_machine, from_path, to_path, username=None): function