Lines Matching refs:srcBasePath
74 def __init__ (self, releaseConfig, srcBasePath, dstBasePath, tmpBasePath): argument
76 self.srcBasePath = srcBasePath
91 return self.srcBasePath
126 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, "framework", "qphelper", …
151 def createFileTargets (srcBasePath, dstBasePath, files, filters): argument
165 targets.append(createFileObj(os.path.join(srcBasePath, file), os.path.join(dstBasePath, file)))
171 …def __init__ (self, srcBasePath, dstBasePath, filters, srcBasePathFunc=PackageBuildInfo.getSrcBase… argument
172 self.srcBasePath = srcBasePath
178 …lSrcPath = os.path.normpath(os.path.join(self.getSrcBasePath(packageBuildInfo), self.srcBasePath))
196 fullSrcPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, self.srcFile))
333 srcBasePath = DEQP_DIR
336 packageBuildInfo = PackageBuildInfo(releaseConfig, srcBasePath, dstBasePath, tmpBasePath)