Searched refs:hErrorRead (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sal/osl/w32/ |
H A D | procimpl.cxx | 528 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()
|
/aoo41x/main/desktop/win32/source/guistdio/ |
H A D | guistdio.inc | 319 HANDLE hErrorRead, hErrorWrite; 321 if ( CreatePipe( &hErrorRead, &hErrorWrite, NULL, 0 ) ) 391 …HANDLE hErrorThread = CreateThread( NULL, 0, OutputThread, (LPVOID)hErrorRead, 0, &dwErrorThreadId…
|
Completed in 10 milliseconds