Searched defs:pszHowTo (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlProcess.cpp51 static int gstcntlProcessSetupPipe(const char *pszHowTo, int fd, PRTHANDLE ph, PRTHANDLE *pph, PRTPIPE phPipe);
915 * @param pszHowTo How to set up this standard handle.
925 static int gstcntlProcessSetupPipe(const char *pszHowTo, int fd, argument
939 if (!strcmp(pszHowTo, "|"))
963 else if (!strcmp(pszHowTo, "/dev/null"))
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp2227 * @param pszHowTo How to set up this standard handle.
2237 static int txsExecSetupRedir(PTXSEXEC pTxsExec, const char *pszHowTo, const char *pszStdWhat, int fd, PRTHANDLE ph, PRTHANDLE *pph, PRTPIPE phPipe) argument
2245 if (!strcmp(pszHowTo, "|"))
2255 return txsExecReplyRC(pTxsExec, rc, "RTPipeCreate/%s/%s", pszStdWhat, pszHowTo);
2259 else if (!strcmp(pszHowTo, "/dev/null"))
2267 return txsExecReplyRC(pTxsExec, rc, "RTFileOpenBitBucket/%s/%s", pszStdWhat, pszHowTo);
2273 else if (*pszHowTo)
2283 if (pszHowTo[0] != '>' || pszHowTo[1] != '>')
2288 pszHowTo
[all...]

Completed in 58 milliseconds