HomeSort by relevance Sort by last modified time
    Searched full:use_shell_protocol (Results 1 - 1 of 1) sorted by null

  /system/core/adb/
commandline.cpp 293 // Reads from |fd| and prints received data. If |use_shell_protocol| is true
298 int read_and_dump(int fd, bool use_shell_protocol = false,
308 if (use_shell_protocol) {
318 if (use_shell_protocol) {
609 static std::string ShellServiceString(bool use_shell_protocol,
613 if (use_shell_protocol) {
638 // On success returns the remote exit code if |use_shell_protocol| is true,
640 static int RemoteShell(bool use_shell_protocol, const std::string& type_arg,
643 std::string service_string = ShellServiceString(use_shell_protocol,
668 if (use_shell_protocol) {
722 bool use_shell_protocol = CanUseFeature(features, kFeatureShell2); local
1130 bool use_shell_protocol = false; local
    [all...]

Completed in 145 milliseconds