Home
last modified time | relevance | path

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

/system/core/adb/client/
Dcommandline.cpp265 int read_and_dump(int fd, bool use_shell_protocol = false, in read_and_dump() argument
275 if (use_shell_protocol) { in read_and_dump()
285 if (use_shell_protocol) { in read_and_dump()
561 static std::string ShellServiceString(bool use_shell_protocol, in ShellServiceString() argument
565 if (use_shell_protocol) { in ShellServiceString()
592 static int RemoteShell(bool use_shell_protocol, const std::string& type_arg, char escape_char, in RemoteShell() argument
596 if (service_string.size() > MAX_PAYLOAD_V1 && !use_shell_protocol) { in RemoteShell()
622 if (use_shell_protocol) { in RemoteShell()
651 int exit_code = read_and_dump(fd, use_shell_protocol); in RemoteShell()
674 bool use_shell_protocol = CanUseFeature(features, kFeatureShell2); // -x in adb_shell() local
[all …]