Searched refs:stdOutRead (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/delibs/deutil/
H A DdeProcess.c636 HANDLE stdOutRead = DE_NULL; local
671 if (!CreatePipe(&stdOutRead, &stdOutWrite, &securityAttr, 0) ||
672 !SetHandleInformation(stdOutRead, HANDLE_FLAG_INHERIT, 0))
677 CloseHandle(stdOutRead);
688 CloseHandle(stdOutRead);
710 CloseHandle(stdOutRead);
727 process->standardOut = deFile_createFromHandle((deUintptr)stdOutRead);
/external/deqp/execserver/
H A DxsWin32TestProcess.cpp497 HANDLE stdOutRead = INVALID_HANDLE_VALUE; local
526 createPipeWithOverlappedIO(&stdOutRead, &stdOutWrite, FILE_FLAG_OVERLAPPED, 0, &securityAttr);
530 !SetHandleInformation(stdOutRead, HANDLE_FLAG_INHERIT, 0) ||
548 if (stdOutRead != INVALID_HANDLE_VALUE) CloseHandle(stdOutRead);
557 m_standardOut = stdOutRead;

Completed in 105 milliseconds