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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTPipe.cpp51 static RTEXITCODE tstRTPipe5Child(const char *pszPipe) argument
58 rc = RTStrToInt64Full(pszPipe, 10, &iNative);
60 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTStrToUInt64Full(%s) -> %Rrc\n", pszPipe, rc);
65 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTPipeFromNative(,%s,READ) -> %Rrc\n", pszPipe, rc);
128 static RTEXITCODE tstRTPipe4Child(const char *pszPipe) argument
135 rc = RTStrToInt64Full(pszPipe, 10, &iNative);
137 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTStrToUInt64Full(%s) -> %Rrc\n", pszPipe, rc);
142 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTPipeFromNative(,%s,WRITE) -> %Rrc\n", pszPipe, rc);
/vbox/src/VBox/Runtime/r3/win/
H A Dlocalipc-win.cpp677 char *pszPipe; local
678 if (RTStrAPrintf(&pszPipe, "%s%s", RTLOCALIPC_WIN_PREFIX, pszName))
685 HANDLE hPipe = CreateFile(pszPipe, /* pipe name */
693 RTStrFree(pszPipe);

Completed in 625 milliseconds