Searched refs:saveError (Results 1 – 1 of 1) sorted by relevance
220 int saveOutput = -1, saveInput = -1, saveError = -1; in osl_executeProcess_WithRedirectedIO() local248 saveError = dup( STDERR_FILENO); in osl_executeProcess_WithRedirectedIO()249 fcntl( saveError, F_SETFD, FD_CLOEXEC); in osl_executeProcess_WithRedirectedIO()279 dup2( saveError, STDERR_FILENO); in osl_executeProcess_WithRedirectedIO()280 close( saveError); in osl_executeProcess_WithRedirectedIO()
Completed in 16 milliseconds