Lines Matching refs:code
330 code = _call("{0} clean {1}".format(self.gn_binary_path, out_path))
331 if code != 0:
333 sys.exit(code)
345 code = call_with_output(
349 if code != 0:
351 sys.exit(code)
364 code = call_with_output(ninja_cmd, build_log_path)
365 if code != 0:
367 sys.exit(code)
398 code = call_with_output(test262_cmd, test262_log_path)
399 if code != 0:
401 sys.exit(code)