Searched refs:redirect_stderr (Results 1 – 1 of 1) sorted by relevance
/ndk/ |
D | ndk-gdb.py | 344 def background_spawn(args, redirect_stderr, output_fn, redirect_stdin = None, input_fn = None): argument 360 if redirect_stderr: 374 if redirect_stderr: 383 def adb_cmd(redirect_stderr, args, log_command=False, adb_trace=False, background=False): argument 401 background_spawn(fullargs, redirect_stderr, output_gdbserver) 407 if redirect_stderr: 422 def _adb_var_shell(args, redirect_stderr=False, log_command=True): argument 426 adb_ret,output = adb_cmd(redirect_stderr=redirect_stderr, 433 return _adb_var_shell(args, redirect_stderr=False, log_command=log_command) 436 return _adb_var_shell(args, redirect_stderr=True, log_command=log_command)
|