Searched refs:terminal_type (Results 1 - 4 of 4) sorted by relevance

/system/core/adb/
H A Dshell_service.h144 int StartSubprocess(const char* name, const char* terminal_type,
H A Dshell_service.cpp139 Subprocess(const std::string& command, const char* terminal_type,
190 Subprocess::Subprocess(const std::string& command, const char* terminal_type, argument
193 terminal_type_(terminal_type ? terminal_type : ""),
731 int StartSubprocess(const char* name, const char* terminal_type, argument
736 terminal_type, name);
738 auto subprocess = std::make_unique<Subprocess>(name, terminal_type, type, protocol);
H A Dservices.cpp214 std::string terminal_type = "dumb"; local
224 terminal_type = arg.substr(5);
231 return StartSubprocess(command.c_str(), terminal_type.c_str(), type, protocol);
H A Dcommandline.cpp586 const char* terminal_type = getenv("TERM"); local
587 if (terminal_type != nullptr) {
588 args.push_back(std::string("TERM=") + terminal_type);

Completed in 46 milliseconds