reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
923 if (pipe(PipeFD[0]) != 0 || pipe(PipeFD[1]) != 0) 923 if (pipe(PipeFD[0]) != 0 || pipe(PipeFD[1]) != 0) 932 close(PipeFD[0][1]); 933 close(PipeFD[1][0]); 942 std::string ChildInStr = utostr(PipeFD[0][0]); 946 std::string ChildOutStr = utostr(PipeFD[1][1]); 961 close(PipeFD[0][0]); 962 close(PipeFD[1][1]); 965 return std::make_unique<FDRawChannel>(PipeFD[1][0], PipeFD[0][1]); 965 return std::make_unique<FDRawChannel>(PipeFD[1][0], PipeFD[0][1]);