Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dshell_service.cpp224 unique_fd parent_error_sfd, child_error_sfd; in ForkAndExec() local
236 if (!CreateSocketpair(&parent_error_sfd, &child_error_sfd)) { in ForkAndExec()
317 child_stdinout_sfd.reset(OpenPtyChildFd(pts_name, &child_error_sfd)); in ForkAndExec()
330 close_on_exec(child_error_sfd); in ForkAndExec()
369 WriteFdExactly(child_error_sfd, "exec '" _PATH_BSHELL "' failed: "); in ForkAndExec()
370 WriteFdExactly(child_error_sfd, strerror(errno)); in ForkAndExec()
371 child_error_sfd.reset(-1); in ForkAndExec()
380 child_error_sfd.reset(-1); in ForkAndExec()