Home
last modified time | relevance | path

Searched refs:localPath (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dserial.py214 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 Dssh.py174 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, "")