Searched refs:dstBasePath (Results 1 – 1 of 1) sorted by relevance
/external/deqp/scripts/ |
D | make_release.py | 74 def __init__ (self, releaseConfig, srcBasePath, dstBasePath, tmpBasePath): argument 77 self.dstBasePath = dstBasePath 144 print " GenCMake: %s" % removeLeadingPath(self.dstFile, packageBuildInfo.dstBasePath) 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 173 self.dstBasePath = dstBasePath 179 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstBasePath)) 197 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstFile)) 215 srcPath = os.path.join(packageBuildInfo.dstBasePath, "src")) [all …]
|