Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dcommandline.cpp463 bool raw_stdin; member
506 if (args->raw_stdin && args->escape_char != '\0') { in stdin_read_thread_loop()
538 if (args->raw_stdin && args->escape_char != '\0') { in stdin_read_thread_loop()
621 bool raw_stdin = (type_arg == kShellServiceArgPty || (type_arg.empty() && empty_command)); in RemoteShell() local
637 args->raw_stdin = raw_stdin; in RemoteShell()
643 if (raw_stdin) stdin_raw_init(); in RemoteShell()
674 if (raw_stdin) stdin_raw_restore(); in RemoteShell()