Home
last modified time | relevance | path

Searched defs:stdInput (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/qadevOOo/runner/helper/
H A DProcessHandler.java953 … BufferedReader stdInput = new BufferedReader(new InputStreamReader(p.getInputStream())); in system() local
/aoo42x/main/sal/osl/os2/
H A Dprocess.c221 int stdOutput[2] = { -1, -1 }, stdInput[2] = { -1, -1 }, stdError[2] = { -1, -1 }; in osl_executeProcess_WithRedirectedIO() local
/aoo42x/main/sal/osl/unx/
H A Dprocess.c431 int stdOutput[2] = { -1, -1 }, stdInput[2] = { -1, -1 }, stdError[2] = { -1, -1 }; in ChildStatusProc() local

Completed in 27 milliseconds