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

/openjdk7/jdk/src/solaris/native/java/lang/
H A DUNIXProcess_md.c693 copyPipe(int from[2], int to[2]) function
893 copyPipe(in, c->in);
894 copyPipe(out, c->out);
895 copyPipe(err, c->err);
896 copyPipe(fail, c->fail);

Completed in 2185 milliseconds