Searched refs:errPipe (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp286 int inPipe[2], outPipe[2], errPipe[2]; local
293 if (pipe(errPipe) < 0)
303 dup2(errPipe[1], STDERR_FILENO);
304 close(errPipe[1]);
309 err = errPipe[0]; // Read from err, taken from cmd's stderr

Completed in 39 milliseconds