Searched defs:pszTestServiceName (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTR0CommonDriver.h | 61 * @param pszTestServiceName The name of the test and service. This 74 RTEXITCODE RTR3TestR0CommonDriverInit(const char *pszTestServiceName) argument 79 RTEXITCODE rcExit = RTTestInitAndCreate(pszTestServiceName, &g_hTest); 87 g_cchSrvName = strlen(pszTestServiceName); 88 int rc = RTStrCopy(g_szSrvName, sizeof(g_szSrvName), pszTestServiceName); 109 rc = RTPathAppend(szPath, RTPATH_MAX, pszTestServiceName); 119 strcpy(szSrvReqHandler, pszTestServiceName); 124 rc = SUPR3LoadServiceModule(szPath, pszTestServiceName, szSrvReqHandler, &g_pvImageBase); 128 szPath, pszTestServiceName, szSrvReqHandler, rc);
|
Completed in 265 milliseconds