Searched refs:destPath (Results 1 – 3 of 3) sorted by relevance
306 def createMissingDir(destPath): argument307 theDir=os.path.normpath(os.path.dirname(destPath))337 destPath = os.path.join(outputDir,correctPath(path))338 createMissingDir(destPath)339 f = open(destPath,"w")
33 def createMissingDir(destPath): argument34 theDir=os.path.normpath(os.path.dirname(destPath))
55 def createMissingDir(destPath): argument56 theDir=os.path.normpath(destPath)