Lines Matching refs:path
3 import os.path
34 theDir=os.path.normpath(os.path.dirname(destPath))
35 if not os.path.exists(theDir):
164 with open(os.path.join(thedir,"%s_decl.h" % theClass),"w") as decl:
358 if root.path:
360 textFile.write(root.path)
561 def addPattern(self,includeFile,path): argument
585 with open(path,"r") as pat:
634 def addParameter(self,includeFile,path): argument
658 with open(path,"r") as pat:
748 if root.path:
749 self._currentPaths.append(root.path)
750 self._currentParamPaths.append(root.path)
752 self._writeString(root.path,driverFile)
771 includeFile.write("// " + os.path.join(*temp) + "\n")
772 offset,nbSamples=self.addPattern(includeFile,os.path.join(*temp))
795 includeFile.write("// " + os.path.join(*temp) + "\n")
796 offset,nbSamples=self.addParameter(includeFile,os.path.join(*temp))
807 includeFile.write("// " + os.path.join(*temp) + "\n")
848 src = os.path.join(genFolder,"GeneratedSource")
849 header = os.path.join(genFolder,"GeneratedInclude")
854 testDescCPath = os.path.join(src,"TestDesc.cpp")
855 testDescHeaderPath = os.path.join(header,"TestDesc.h")
876 testDriveHeaderPath = os.path.join(header,"TestDrive.h")
877 patternHeaderPath = os.path.join(header,"Patterns.h")