Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/daemon/
H A Dshell_service.cpp209 unique_fd stdinout_sfd_, stderr_sfd_, protocol_sfd_; member in __anon6c5891130110::Subprocess
324 !CreateSocketpair(&stderr_sfd_, &child_stderr_sfd)) { in ForkAndExec()
352 stderr_sfd_.reset(-1); in ForkAndExec()
403 stdinout_sfd_.get(), stderr_sfd_.get()); in ForkAndExec()
437 if (!CreateSocketpair(&stderr_sfd_, &child_stderr_sfd)) { in ExecInProcess()
448 stderr_sfd_.get()); in ExecInProcess()
488 for (int fd : {stdinout_sfd_.get(), stderr_sfd_.get()}) { in ConnectProtocolEndpoints()
563 pfds.stderr_pfd() = {.fd = stderr_sfd_.get(), .events = POLLIN}; in PassDataStreams()
592 stderr_sfd_.reset(); in PassDataStreams()
613 stderr_sfd_.reset(-1); in PollLoop()
[all …]