Searched defs:stdinout_sfd_ (Results 1 - 1 of 1) sorted by last modified time

/system/core/adb/
H A Dshell_service.cpp184 unique_fd stdinout_sfd_, stderr_sfd_, protocol_sfd_; member in class:__anon1438::Subprocess
281 stdinout_sfd_.reset(fd);
284 if (!CreateSocketpair(&stdinout_sfd_, &child_stdinout_sfd)) {
317 stdinout_sfd_.reset(-1);
341 stdinout_sfd_.get(), stderr_sfd_.get());
355 local_socket_sfd_.reset(stdinout_sfd_.release());
378 for (int fd : {stdinout_sfd_.get(), stderr_sfd_.get()}) {
456 for (unique_fd* sfd : {&protocol_sfd_, &stdinout_sfd_, &stderr_sfd_}) {
464 while (protocol_sfd_ != -1 && (stdinout_sfd_ != -1 || stderr_sfd_ != -1)) {
481 stdinout_sfd_
[all...]

Completed in 53 milliseconds