Searched refs:get_command_output (Results 1 – 3 of 3) sorted by relevance
125 get_command_output = invoke_mb(['get-swarming-command', out_gn_path, args.test, '--as-list'],127 swarming_cmd = json.loads(get_command_output)
82 def get_command_output(command: Command, *args, **kwargs) -> str: function90 return Path(get_command_output(["repo", "--show-toplevel"]))594 output = get_command_output(1020 output = get_command_output(
203 def get_command_output(args: List, **kwargs) -> str: function209 s = get_command_output(["rustc", "--version"])