Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/
H A Dssh.py186 def deleteDirStructure(self, localPath, remotePath): argument
212 for root, dirs, files in os.walk(localPath, topdown=False):
214 tmpDir = os.path.join(root).replace(localPath, "")
220 tmpDir = os.path.join(root, d).replace(localPath, "")