Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dshell_service.cpp196 unique_fd stdinout_sfd_, stderr_sfd_, protocol_sfd_; member in __anon50c78ba60111::Subprocess
289 stdinout_sfd_.reset(fd); in ForkAndExec()
292 if (!CreateSocketpair(&stdinout_sfd_, &child_stdinout_sfd)) { in ForkAndExec()
325 stdinout_sfd_.reset(-1); in ForkAndExec()
377 stdinout_sfd_.get(), stderr_sfd_.get()); in ForkAndExec()
404 if (!CreateSocketpair(&stdinout_sfd_, &child_stdinout_sfd)) { in ExecInProcess()
421 D("execinprocess: stdin/stdout FD = %d, stderr FD = %d", stdinout_sfd_.get(), in ExecInProcess()
441 local_socket_sfd_.reset(stdinout_sfd_.release()); in ConnectProtocolEndpoints()
462 for (int fd : {stdinout_sfd_.get(), stderr_sfd_.get()}) { in ConnectProtocolEndpoints()
538 for (unique_fd* sfd : {&protocol_sfd_, &stdinout_sfd_, &stderr_sfd_}) { in PassDataStreams()
[all …]