Searched refs:parent_error_sfd (Results 1 – 1 of 1) sorted by relevance
237 unique_fd parent_error_sfd, child_error_sfd; in ForkAndExec() local249 if (!CreateSocketpair(&parent_error_sfd, &child_error_sfd)) { in ForkAndExec()355 parent_error_sfd.reset(-1); in ForkAndExec()407 std::string error_message = ReadAll(parent_error_sfd); in ForkAndExec()