OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stdinin
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/main/native/
java_lang_ProcessManager.cpp
102
int
stdinIn
= pipes[0];
127
dup2(
stdinIn
, 0);
166
close(
stdinIn
);
Completed in 418 milliseconds