Searched refs:saveInput (Results 1 – 1 of 1) sorted by relevance
220 int saveOutput = -1, saveInput = -1, saveError = -1; in osl_executeProcess_WithRedirectedIO() local238 saveInput = dup( STDIN_FILENO); in osl_executeProcess_WithRedirectedIO()239 fcntl( saveInput, F_SETFD, FD_CLOEXEC); in osl_executeProcess_WithRedirectedIO()275 dup2( saveInput, STDIN_FILENO); in osl_executeProcess_WithRedirectedIO()276 close( saveInput); in osl_executeProcess_WithRedirectedIO()
Completed in 15 milliseconds