Home
last modified time | relevance | path

Searched refs:hErrorRead (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sal/osl/w32/
H A Dprocimpl.cxx528 HANDLE hErrorRead = NULL; in osl_executeProcess_WithRedirectedIO() local
530 if (pProcessErrorRead && create_pipe(&hErrorRead, false, &hErrorWrite, true)) in osl_executeProcess_WithRedirectedIO()
617 *pProcessErrorRead = osl_createFileHandleFromOSHandle(hErrorRead, osl_File_OpenFlag_Read); in osl_executeProcess_WithRedirectedIO()
631 if (hErrorRead) in osl_executeProcess_WithRedirectedIO()
632 CloseHandle(hErrorRead); in osl_executeProcess_WithRedirectedIO()
/aoo4110/main/desktop/win32/source/guistdio/
H A Dguistdio.inc319 HANDLE hErrorRead, hErrorWrite;
321 if ( CreatePipe( &hErrorRead, &hErrorWrite, NULL, 0 ) )
391 …HANDLE hErrorThread = CreateThread( NULL, 0, OutputThread, (LPVOID)hErrorRead, 0, &dwErrorThreadId…

Completed in 21 milliseconds