Home
last modified time | relevance | path

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

/system/core/adb/
Dcommandline.cpp268 int read_and_dump(int fd, bool use_shell_protocol = false, in read_and_dump() argument
278 if (use_shell_protocol) { in read_and_dump()
288 if (use_shell_protocol) { in read_and_dump()
579 static std::string ShellServiceString(bool use_shell_protocol, in ShellServiceString() argument
583 if (use_shell_protocol) { in ShellServiceString()
610 static int RemoteShell(bool use_shell_protocol, const std::string& type_arg, in RemoteShell() argument
613 std::string service_string = ShellServiceString(use_shell_protocol, in RemoteShell()
638 if (use_shell_protocol) { in RemoteShell()
671 exit_code = read_and_dump(fd, use_shell_protocol); in RemoteShell()
695 bool use_shell_protocol = CanUseFeature(features, kFeatureShell2); // -x in adb_shell() local
[all …]