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