D | compare_builds.py | 332 def RunSoong(out_dir, args, capture_output): argument 334 env["OUT_DIR"] = out_dir 345 def GetBuildVar(out_dir, name): argument 347 returncode, output = RunSoong(out_dir, ["--dumpvar-mode", name], True) 354 def RequireBuildVar(out_dir, name): argument 357 value = GetBuildVar(out_dir, name) 372 def RunBuild(work_dir, out_dir, target, hide_build_output): argument 377 if work_dir != out_dir: 378 os.replace(work_dir, out_dir) 592 def __init__(self, out_dir): argument [all …]
|