Lines Matching refs:srcBasePath
76 def __init__ (self, releaseConfig, srcBasePath, dstBasePath, tmpBasePath): argument
78 self.srcBasePath = srcBasePath
93 return self.srcBasePath
128 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, "framework", "qphelper", …
153 def createFileTargets (srcBasePath, dstBasePath, files, filters): argument
167 … targets.append(createFileObj(os.path.join(srcBasePath, file), os.path.join(dstBasePath, file)))
173 …def __init__ (self, srcBasePath, dstBasePath, filters, srcBasePathFunc=PackageBuildInfo.getSrcBase… argument
174 self.srcBasePath = srcBasePath
180 …llSrcPath = os.path.normpath(os.path.join(self.getSrcBasePath(packageBuildInfo), self.srcBasePath))
198 fullSrcPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, self.srcFile))
335 srcBasePath = DEQP_DIR
338 packageBuildInfo = PackageBuildInfo(releaseConfig, srcBasePath, dstBasePath, tmpBasePath)