Searched defs:inRead (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/java/lang/
H A DProcessImpl_md.c140 HANDLE inRead = INVALID_HANDLE_VALUE; local
191 if (! CreatePipe(&inRead, &inWrite, &sa, PIPE_SIZE)) {
195 si.hStdInput = inRead;
256 closeSafely(inRead);

Completed in 30 milliseconds