Searched defs:DuplicateFD (Results 1 – 2 of 2) sorted by relevance
26 struct DuplicateFD { struct27 int stdinValue = ::dup(STDIN_VALUE);28 int stdoutValue = ::dup(STDOUT_VALUE);29 int stferrValue = ::dup(STDERR_VALUE);
26 struct DuplicateFD { struct29 int stdinValue = ::dup(STDIN_VALUE);32 int stdoutValue = ::dup(STDOUT_VALUE);35 int stferrValue = ::dup(STDERR_VALUE);