Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Dshell_service.cpp209 unique_fd stdinout_sfd_, stderr_sfd_, protocol_sfd_; member in __anon0e077fa70111::Subprocess
314 stdinout_sfd_ = std::move(pty_master); in ForkAndExec()
317 if (!CreateSocketpair(&stdinout_sfd_, &child_stdinout_sfd)) { in ForkAndExec()
351 stdinout_sfd_.reset(-1); in ForkAndExec()
403 stdinout_sfd_.get(), stderr_sfd_.get()); in ForkAndExec()
430 if (!CreateSocketpair(&stdinout_sfd_, &child_stdinout_sfd)) { in ExecInProcess()
447 D("execinprocess: stdin/stdout FD = %d, stderr FD = %d", stdinout_sfd_.get(), in ExecInProcess()
467 local_socket_sfd_.reset(stdinout_sfd_.release()); in ConnectProtocolEndpoints()
488 for (int fd : {stdinout_sfd_.get(), stderr_sfd_.get()}) { in ConnectProtocolEndpoints()
562 pfds.stdinout_pfd() = {.fd = stdinout_sfd_.get(), .events = POLLIN}; in PassDataStreams()
[all …]