Searched refs:inPipe (Results 1 - 1 of 1) sorted by path

/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp286 int inPipe[2], outPipe[2], errPipe[2]; local
289 if (pipe(inPipe) < 0)
299 dup2(inPipe[0], STDIN_FILENO);
300 close(inPipe[0]);
307 in = inPipe[1]; // Write to in, appears on cmd's stdin
332 close(inPipe[0]);
333 close(inPipe[1]);

Completed in 56 milliseconds