HomeSort by relevance Sort by last modified time
    Searched full:stdinin (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/native/
java_lang_ProcessManager.cpp 83 int stdinIn = pipes[0];
110 dup2(stdinIn, 0);
156 close(stdinIn);

Completed in 1254 milliseconds