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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp671 char *pszExeName = RTProcGetExecutablePath(szExeName, sizeof(szExeName)); local
672 if (pszExeName)
675 papszArgs[0] = pszExeName;
678 rc = RTProcCreate(pszExeName, papszArgs, RTENV_DEFAULT, 0 /* normal child */, &hProcess);
680 VBoxServiceError("VBoxServicePageSharingWorkerProcess: RTProcCreate %s failed; rc=%Rrc\n", pszExeName, rc);
H A DVBoxServiceControlSession.cpp1857 char *pszExeName = RTProcGetExecutablePath(szExeName, sizeof(szExeName)); local
1858 if (pszExeName)
1891 papszArgs[iOptIdx++] = pszExeName;
2051 rc = RTProcCreateEx(pszExeName, papszArgs, hEnv, uProcFlags,
2085 rc = RTProcCreateEx(pszExeName, papszArgs, hEnv, uProcFlags,

Completed in 49 milliseconds