Searched refs:localPath (Results 1 – 2 of 2) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
| H A D | serial.py | 214 def deleteDirStructure(self, localPath, remotePath): argument 240 for root, dirs, files in os.walk(localPath, topdown=False): 242 tmpDir = os.path.join(root).replace(localPath, "") 248 tmpDir = os.path.join(root, d).replace(localPath, "")
|
| H A D | ssh.py | 174 def deleteDirStructure(self, localPath, remotePath): argument 200 for root, dirs, files in os.walk(localPath, topdown=False): 202 tmpDir = os.path.join(root).replace(localPath, "") 208 tmpDir = os.path.join(root, d).replace(localPath, "")
|