HomeSort by relevance Sort by last modified time
    Searched full:stderr_sfd_ (Results 1 - 1 of 1) sorted by null

  /system/core/adb/
shell_service.cpp 196 ScopedFd stdinout_sfd_, stderr_sfd_, protocol_sfd_; member in class:__anon74611::Subprocess
303 !CreateSocketpair(&stderr_sfd_, &child_stderr_sfd)) {
331 stderr_sfd_.Reset();
350 stdinout_sfd_.fd(), stderr_sfd_.fd());
387 for (int fd : {stdinout_sfd_.fd(), stderr_sfd_.fd()}) {
471 for (ScopedFd* sfd : {&protocol_sfd_, &stdinout_sfd_, &stderr_sfd_}) {
480 (stdinout_sfd_.valid() || stderr_sfd_.valid())) {
498 stderr_sfd_.Reset();
517 stderr_sfd_.fd()) + 1;
530 stderr_sfd_.Reset()
    [all...]

Completed in 172 milliseconds