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