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