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 251 // Reads from |fd| and prints received data. If |use_shell_protocol| is true
256 int read_and_dump(int fd, bool use_shell_protocol = false,
266 if (use_shell_protocol) {
276 if (use_shell_protocol) {
567 static std::string ShellServiceString(bool use_shell_protocol,
571 if (use_shell_protocol) {
596 // On success returns the remote exit code if |use_shell_protocol| is true,
598 static int RemoteShell(bool use_shell_protocol, const std::string& type_arg,
601 std::string service_string = ShellServiceString(use_shell_protocol,
605 // Use |use_shell_protocol| to determine whether to allow a command longer than that
685 bool use_shell_protocol = CanUseFeature(features, kFeatureShell2); \/\/ -x local
1080 bool use_shell_protocol = false; local
    [all...]

Completed in 56 milliseconds