HomeSort by relevance Sort by last modified time
    Searched refs:getBuildDir (Results 1 - 4 of 4) sorted by null

  /external/deqp/scripts/build/
build.py 21 pushWorkingDir(config.getBuildDir())
32 pushWorkingDir(config.getBuildDir())
config.py 25 def getBuildDir (self):
  /external/deqp/scripts/
make_release.py 188 print " Building %s" % self.baseConfig.getBuildDir()
191 config = BuildConfig(os.path.join(packageBuildInfo.getTmpBasePath(), self.baseConfig.getBuildDir()),
196 assert not os.path.exists(config.getBuildDir())
449 makeTmpFileCopyGroup(NULL_X32_CONFIG.getBuildDir() + "/execserver", "bin/linux32", ["*"], EXCLUDE_BUILD_FILES),
450 makeTmpFileCopyGroup(NULL_X32_CONFIG.getBuildDir() + "/executor", "bin/linux32", ["*"], EXCLUDE_BUILD_FILES),
455 makeTmpFileCopyGroup(NULL_X64_CONFIG.getBuildDir() + "/execserver", "bin/linux64", ["*"], EXCLUDE_BUILD_FILES),
456 makeTmpFileCopyGroup(NULL_X64_CONFIG.getBuildDir() + "/executor", "bin/linux64", ["*"], EXCLUDE_BUILD_FILES),
run_nightly.py 78 return os.path.join(self.buildConfig.getBuildDir(), self.generator.getBinaryPath(self.buildConfig.getBuildType(), basePath))
274 workingDir = os.path.join(config.buildConfig.getBuildDir(), os.path.dirname(config.binaryName))

Completed in 7551 milliseconds