OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stdin_pipes
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c
261
HANDLE
stdin_pipes
[2];
local
289
if (CreatePipe( &
stdin_pipes
[1], &
stdin_pipes
[0], &inherit, 0) == FALSE ||
301
if (SetHandleInformation(
stdin_pipes
[0],
312
pproc->sv_stdin[0] = (intptr_t)
stdin_pipes
[0];
313
pproc->sv_stdin[1] = (intptr_t)
stdin_pipes
[1];
Completed in 57 milliseconds