Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dcommandline.cpp579 const std::string& type_arg, in ShellServiceString() argument
590 if (!type_arg.empty()) { in ShellServiceString()
591 args.push_back(type_arg); in ShellServiceString()
609 static int RemoteShell(bool use_shell_protocol, const std::string& type_arg, char escape_char, in RemoteShell() argument
621 bool raw_stdin = (type_arg == kShellServiceArgPty || (type_arg.empty() && empty_command)); in RemoteShell()