Lines Matching refs:buildDir
86 def getBuildConfig (self, env, buildDir):
88 return BuildConfig(buildDir, self.buildType, args, env.srcDir)
94 def getBuildConfig (self, env, buildDir):
96 return BuildConfig(buildDir, self.buildType, args, env.srcDir)
99 def __init__ (self, buildDir, configGen, generator):
100 self.buildDir = buildDir
105 return self.buildDir
112 buildDir = os.path.join(env.tmpDir, self.buildDir)
113 curConfig = self.configGen.getBuildConfig(env, buildDir)