Home
last modified time | relevance | path

Searched refs:copy_from (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/
H A Drunexported.py64 def copy_from(self, remotepath, localpath): member in FakeTarget
65 return self.connection.copy_from(remotepath, localpath)
H A Dtargetcontrol.py82 def copy_from(self, remotepath, localpath): member in BaseTarget
83 return self.connection.copy_from(remotepath, localpath)
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dsshcontrol.py160 def copy_from(self, remotepath, localpath): member in SSHControl
/openbmc/openbmc/poky/documentation/test-manual/
H A Druntime-testing.rst529 - *copy_from(remotepath, localpath):*