Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dserial.py147 def copyFrom(self, remoteSrc, localDst): argument
163 if os.path.isdir(localDst):
165 localDst = os.path.join(localDst, filename)
167 with open(localDst, 'wb') as file:
H A D__init__.py31 def copyFrom(self, remoteSrc, localDst): argument
H A Dssh.py119 def copyFrom(self, remoteSrc, localDst, warn_on_failure=False): argument
124 scpCmd = self.scp + [remotePath, localDst]