Home
last modified time | relevance | path

Searched refs:redirect_stderr (Results 1 – 1 of 1) sorted by relevance

/ndk/
Dndk-gdb.py317 def background_spawn(args, redirect_stderr, output_fn, redirect_stdin = None, input_fn = None): argument
333 if redirect_stderr:
347 if redirect_stderr:
356 def adb_cmd(redirect_stderr, args, log_command=False, adb_trace=False, background=False): argument
374 background_spawn(fullargs, redirect_stderr, output_gdbserver)
380 if redirect_stderr:
395 def _adb_var_shell(args, redirect_stderr=False, log_command=True): argument
399 adb_ret,output = adb_cmd(redirect_stderr=redirect_stderr,
406 return _adb_var_shell(args, redirect_stderr=False, log_command=log_command)
409 return _adb_var_shell(args, redirect_stderr=True, log_command=log_command)