Lines Matching refs:args_output
106 args_output = llvm_bisection.GetCommandLineArgs()
108 chroot.VerifyChromeOSRoot(args_output.chromeos_path)
110 if os.path.isfile(args_output.last_tested):
111 print("Resuming bisection for %s" % args_output.last_tested)
113 print("Starting a new bisection for %s" % args_output.last_tested)
117 if os.path.isfile(args_output.last_tested):
119 with open(args_output.last_tested, encoding="utf-8") as json_file:
135 args_output.chromeos_path, tryjob["buildbucket_id"]
162 temp_filename = "%s.new" % args_output.last_tested
167 os.rename(temp_filename, args_output.last_tested)
178 bisection_ret = llvm_bisection.main(args_output)