Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dshell_service.h52 unique_fd StartCommandInProcess(std::string name, Command command, SubprocessProtocol protocol);
Dabb.cpp98 unique_fd result = StartCommandInProcess(std::string(name), &execCmd, protocol); in main()
Dshell_service_test.cpp73 command_fd_ = StartCommandInProcess(std::move(name), std::move(command), protocol); in StartTestCommandInProcess()
Dshell_service.cpp853 unique_fd StartCommandInProcess(std::string name, Command command, SubprocessProtocol protocol) { in StartCommandInProcess() function