Searched defs:shell (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dcommandline.cpp146 "shell:\n"
147 " shell [-e ESCAPE] [-n] [-Tt] [-x] [COMMAND...]\n"
148 " run remote shell command (interactive shell if no command given)\n"
264 // this expects that incoming data will use the shell protocol, in which case
418 static void send_window_size_change(int fd, std::unique_ptr<ShellProtocol>& shell) { argument
420 if (shell == nullptr) return;
456 size_t l = snprintf(shell->data(), shell->data_capacity(), "%dx%d,%dx%d",
458 shell
[all...]

Completed in 42 milliseconds