Lines Matching refs:dstBasePath

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"))
233 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "android", "script…
242 dstFile = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstFile))
251 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "external", "fetch…
263 shutil.rmtree(os.path.join(packageBuildInfo.dstBasePath, "src"), ignore_errors=False)
334 dstBasePath = os.path.join(tmpPath, releaseName)
336 packageBuildInfo = PackageBuildInfo(releaseConfig, srcBasePath, dstBasePath, tmpBasePath)
342 for path in [dstBasePath, tmpBasePath]:
353 shutil.rmtree(os.path.join(dstBasePath, "src"), ignore_errors=False)
358 archive.add(dstBasePath, arcname=releaseName)
362 for path in [dstBasePath, tmpBasePath]: