Searched refs:tmpBasePath (Results 1 – 1 of 1) sorted by relevance
/external/deqp/scripts/ |
D | make_release.py | 74 def __init__ (self, releaseConfig, srcBasePath, dstBasePath, tmpBasePath): argument 78 self.tmpBasePath = tmpBasePath 94 return self.tmpBasePath 227 buildRoot = os.path.join(packageBuildInfo.tmpBasePath, "android-build") 335 tmpBasePath = os.path.join(tmpPath, releaseName + "-tmp") 336 packageBuildInfo = PackageBuildInfo(releaseConfig, srcBasePath, dstBasePath, tmpBasePath) 342 for path in [dstBasePath, tmpBasePath]: 362 for path in [dstBasePath, tmpBasePath]:
|