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

/vbox/src/VBox/Runtime/r3/
H A Dprocess.cpp94 RTR3DECL(char *) RTProcGetExecutablePath(char *pszExecPath, size_t cbExecPath) argument
105 memcpy(pszExecPath, g_szrtProcExePath, cch);
106 pszExecPath[cch] = '\0';
107 return pszExecPath;
/vbox/src/VBox/Runtime/testcase/
H A DtstRTLocalIpc.cpp51 static int testServerListenAndCancel2(const char *pszExecPath) argument
53 const char *apszArgs[4] = { pszExecPath, "child", "testServerListenAndCancel", NULL };
55 int rc = RTProcCreate(pszExecPath, apszArgs, RTENV_DEFAULT, 0 /* fFlags*/, &hProc);
73 static int testServerListenAndCancel(RTTEST hTest, const char *pszExecPath) argument
151 static int testSessionConnection(RTTEST hTest, const char *pszExecPath) argument
173 const char *apszArgs[4] = { pszExecPath, "child", "tstRTLocalIpcSessionConnectionFork", NULL };
174 RTTEST_CHECK_RC_BREAK(hTest, RTProcCreate(pszExecPath, apszArgs,
197 const char *apszArgs[4] = { pszExecPath, "child", "tstRTLocalIpcSessionConnectionFork", NULL };
198 RTTEST_CHECK_RC_BREAK(hTest, RTProcCreate(pszExecPath, apszArgs,
270 static int testSessionWait(RTTEST hTest, const char *pszExecPath) argument
483 testSessionData(RTTEST hTest, const char *pszExecPath) argument
[all...]
/vbox/include/iprt/
H A Dprocess.h308 * @returns pszExecPath on success. NULL on buffer overflow or other errors.
310 * @param pszExecPath Where to store the path.
313 RTR3DECL(char *) RTProcGetExecutablePath(char *pszExecPath, size_t cbExecPath);
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1223 * @param pszExecPath The executable path.
1232 static RTEXITCODE RelaunchElevatedNative(const char *pszExecPath, const char **papszArgs, int cSuArgs, int cMyArgs, argument
1249 int rc = RTStrToUtf16(pszExecPath, (PRTUTF16 *)&Info.lpFile);
1383 orc = AuthorizationExecuteWithPrivileges(AuthRef, pszExecPath, kAuthorizationFlagDefaults,

Completed in 63 milliseconds