Searched defs:stdInput (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/qadevOOo/runner/helper/ |
H A D | ProcessHandler.java | 953 … BufferedReader stdInput = new BufferedReader(new InputStreamReader(p.getInputStream())); in system() local
|
/aoo42x/main/sal/osl/os2/ |
H A D | process.c | 221 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 D | process.c | 431 int stdOutput[2] = { -1, -1 }, stdInput[2] = { -1, -1 }, stdError[2] = { -1, -1 }; in ChildStatusProc() local
|
Completed in 35 milliseconds