HomeSort by relevance Sort by last modified time
    Searched refs:redirect_stderr (Results 1 - 2 of 2) sorted by null

  /ndk/
ndk-gdb.py 344 def background_spawn(args, redirect_stderr, output_fn, redirect_stdin = None, input_fn = None):
360 if redirect_stderr:
374 if redirect_stderr:
383 def adb_cmd(redirect_stderr, args, log_command=False, adb_trace=False, background=False):
401 background_spawn(fullargs, redirect_stderr, output_gdbserver)
407 if redirect_stderr:
422 def _adb_var_shell(args, redirect_stderr=False, log_command=True):
426 adb_ret,output = adb_cmd(redirect_stderr=redirect_stderr,
433 return _adb_var_shell(args, redirect_stderr=False, log_command=log_command
    [all...]
  /external/ppp/pppd/
pppd.h 223 extern int redirect_stderr;/* Connector's stderr should go to file */
    [all...]

Completed in 191 milliseconds