Home
last modified time | relevance | path

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

/external/deqp/scripts/
Dmake_release.py74 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))
[all …]