Searched refs:redirect_stderr (Results 1 – 1 of 1) sorted by relevance
/ndk/ |
D | ndk-gdb.py | 267 def background_spawn(args, redirect_stderr, output_fn): argument 279 if redirect_stderr: 289 if redirect_stderr: 294 def adb_cmd(redirect_stderr, args, log_command=False, adb_trace=False, background=False): argument 312 background_spawn(fullargs, redirect_stderr, output_gdbserver) 318 if redirect_stderr: 333 def _adb_var_shell(args, redirect_stderr=False, log_command=True): argument 337 adb_ret,output = adb_cmd(redirect_stderr=redirect_stderr, 344 return _adb_var_shell(args, redirect_stderr=False, log_command=log_command) 347 return _adb_var_shell(args, redirect_stderr=True, log_command=log_command)
|