Searched refs:sfd (Results 1 – 1 of 1) sorted by relevance
424 int sfd[2]; in startDumpThread() local425 if (pipe(sfd) != 0) { in startDumpThread()431 redirectFd_ = unique_fd(sfd[0]); in startDumpThread()432 unique_fd remote_end(sfd[1]); in startDumpThread()433 sfd[0] = sfd[1] = -1; in startDumpThread()