Searched refs:use_shell_protocol (Results 1 – 2 of 2) sorted by relevance
/system/core/adb/client/ |
D | commandline.cpp | 278 int read_and_dump(borrowed_fd fd, bool use_shell_protocol, in read_and_dump() argument 288 if (use_shell_protocol) { in read_and_dump() 298 if (use_shell_protocol) { in read_and_dump() 577 static std::string ShellServiceString(bool use_shell_protocol, in ShellServiceString() argument 581 if (use_shell_protocol) { in ShellServiceString() 608 static int RemoteShell(bool use_shell_protocol, const std::string& type_arg, char escape_char, in RemoteShell() argument 612 if (service_string.size() > MAX_PAYLOAD_V1 && !use_shell_protocol) { in RemoteShell() 638 if (use_shell_protocol) { in RemoteShell() 667 int exit_code = read_and_dump(fd, use_shell_protocol); in RemoteShell() 689 bool use_shell_protocol = CanUseFeature(*features, kFeatureShell2); // -x in adb_shell() local [all …]
|
D | commandline.h | 117 int read_and_dump(borrowed_fd fd, bool use_shell_protocol = false,
|