Home | History | Annotate | Download | only in adb

Lines Matching refs:kShellServiceArgPty

614     bool raw_stdin = (type_arg == kShellServiceArgPty ||
732 std::string shell_type_arg = kShellServiceArgPty;
755 (shell_type_arg == kShellServiceArgPty) ? "pty" : "raw");
759 if (shell_type_arg != kShellServiceArgPty) {