Searched refs:StartSubprocess (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/daemon/ |
D | shell_service.h | 39 unique_fd StartSubprocess(std::string name, const char* terminal_type, SubprocessType type, 43 unique_fd StartSubprocess(std::string name, const char* terminal_type, SubprocessType type,
|
D | services.cpp | 121 return StartSubprocess(command, terminal_type.c_str(), type, protocol); in ShellService() 268 return StartSubprocess(cmd, nullptr, SubprocessType::kRaw, SubprocessProtocol::kNone); in daemon_service_to_fd() 270 return StartSubprocess("/system/bin/bu restore", nullptr, SubprocessType::kRaw, in daemon_service_to_fd() 303 return StartSubprocess(std::string(name), nullptr, SubprocessType::kRaw, in daemon_service_to_fd()
|
D | abb_service.cpp | 83 return StartSubprocess("abb", "dumb", abb_process_type, abb_protocol, make_pty_raw, in startAbbProcess()
|
D | shell_service.cpp | 793 unique_fd StartSubprocess(std::string name, const char* terminal_type, SubprocessType type, in StartSubprocess() function 810 unique_fd fd = StartSubprocess(std::move(name), terminal_type, type, protocol, make_pty_raw, in StartSubprocess() 818 unique_fd StartSubprocess(std::string name, const char* terminal_type, SubprocessType type, in StartSubprocess() function
|
D | shell_service_test.cpp | 64 command_fd_ = StartSubprocess(command, nullptr, type, protocol); in StartTestSubprocess()
|