HomeSort by relevance Sort by last modified time
    Searched refs:terminal_type (Results 1 - 5 of 5) sorted by null

  /system/core/adb/
shell_service.h 144 int StartSubprocess(const char* name, const char* terminal_type,
shell_service.cpp 141 Subprocess(const std::string& command, const char* terminal_type,
192 Subprocess::Subprocess(const std::string& command, const char* terminal_type,
195 terminal_type_(terminal_type ? terminal_type : ""),
728 int StartSubprocess(const char* name, const char* terminal_type,
733 terminal_type, name);
735 auto subprocess = std::make_unique<Subprocess>(name, terminal_type, type, protocol);
services.cpp 217 std::string terminal_type = "dumb"; local
227 terminal_type = arg.substr(5);
234 return StartSubprocess(command.c_str(), terminal_type.c_str(), type, protocol);
commandline.cpp 574 const char* terminal_type = getenv("TERM"); local
575 if (terminal_type != nullptr) {
576 args.push_back(std::string("TERM=") + terminal_type);
    [all...]
  /external/autotest/client/common_lib/
pxssh.py 159 def login (self,server,username,password='',terminal_type='ansi',original_prompt=r"[#$]",login_timeout=10,port=None,auto_prompt_reset=True):
207 self.sendline(terminal_type)

Completed in 86 milliseconds