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