Searched refs:tmpBasePath (Results 1 – 1 of 1) sorted by relevance
/external/deqp/scripts/ |
D | make_release.py | 76 def __init__ (self, releaseConfig, srcBasePath, dstBasePath, tmpBasePath): argument 80 self.tmpBasePath = tmpBasePath 96 return self.tmpBasePath 229 buildRoot = os.path.join(packageBuildInfo.tmpBasePath, "android-build") 337 tmpBasePath = os.path.join(tmpPath, releaseName + "-tmp") 338 packageBuildInfo = PackageBuildInfo(releaseConfig, srcBasePath, dstBasePath, tmpBasePath) 344 for path in [dstBasePath, tmpBasePath]: 364 for path in [dstBasePath, tmpBasePath]:
|