Searched defs:exePath (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Main/src-server/ |
H A D | NetworkServiceRunner.cpp | 88 const char *exePath = RTProcGetExecutablePath(exePathBuf, RTPATH_MAX); local 101 args[index++] = exePath; 112 int rc = RTProcCreate(suffix ? exePath : m->mProcName, args, RTENV_DEFAULT, 0, &m->mProcess);
|
H A D | VirtualBoxImpl.cpp | 2511 char *exePath = RTProcGetExecutablePath(exePathBuf, RTPATH_MAX); local 2512 if (!exePath) 2520 LogFlowFunc(("Starting '\"%s\" %s'...\n", exePath, argsStr.c_str())); 2528 Bstr file = exePath; 2555 exePath, vrc2); 2561 const char *args[] = { exePath, "/Helper", client.name().c_str(), 0 }; 2562 vrc = RTProcCreate(exePath, args, RTENV_DEFAULT, 0, &pid); 2566 tr("Could not launch a process '%s' (%Rrc)"), exePath, vrc);
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ |
H A D | ipcModuleReg.cpp | 153 IPC_InitModuleReg(const char *exePath) argument 155 if (!(exePath && *exePath)) 161 char *p = PL_strrchr(exePath, IPC_PATH_SEP_CHAR); 167 int baseLen = p - exePath; 172 memcpy(modulesDir, exePath, baseLen);
|
Completed in 83 milliseconds