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

/vbox/src/VBox/Runtime/generic/
H A DRTProcDaemonize-generic.cpp77 RTHANDLE hStdOutAndErr; local
78 rc = RTFileOpenBitBucket(&hStdOutAndErr.u.hFile, RTFILE_O_WRITE);
81 hStdOutAndErr.enmType = RTHANDLETYPE_FILE;
85 &hStdIn, &hStdOutAndErr, &hStdOutAndErr,
88 RTFileClose(hStdOutAndErr.u.hFile);
91 RTFileClose(hStdOutAndErr.u.hFile);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlSession.cpp2079 RTHANDLE hStdOutAndErr; local
2080 rc = RTFileOpenBitBucket(&hStdOutAndErr.u.hFile, RTFILE_O_WRITE);
2083 hStdOutAndErr.enmType = RTHANDLETYPE_FILE;
2086 &hStdIn, &hStdOutAndErr, &hStdOutAndErr,
2091 RTFileClose(hStdOutAndErr.u.hFile);

Completed in 73 milliseconds