Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/
DprocessResult.py306 def createMissingDir(destPath): argument
307 theDir=os.path.normpath(os.path.dirname(destPath))
337 destPath = os.path.join(outputDir,correctPath(path))
338 createMissingDir(destPath)
339 f = open(destPath,"w")
/cmsis-dsp-latest/Testing/TestScripts/
DCodeGen.py33 def createMissingDir(destPath): argument
34 theDir=os.path.normpath(os.path.dirname(destPath))
/cmsis-dsp-latest/Testing/PatternGeneration/
DTools.py55 def createMissingDir(destPath): argument
56 theDir=os.path.normpath(destPath)