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

/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp140 RTPIPE hXmlPipe; member in struct:RTTESTINT
268 pTest->hXmlPipe = NIL_RTPIPE;
339 rc = RTPipeFromNative(&pTest->hXmlPipe, iNativeTestPipe, RTPIPE_N_WRITE);
346 pTest->hXmlPipe = NIL_RTPIPE;
738 if (pTest->hXmlPipe != NIL_RTPIPE)
739 RTPipeWriteBlocking(pTest->hXmlPipe, pszStr, cchStr, NULL);
961 if (pTest->hXmlPipe != NIL_RTPIPE)
963 RTPipeClose(pTest->hXmlPipe);
964 pTest->hXmlPipe = NIL_RTPIPE;

Completed in 45 milliseconds