Searched refs:exePath (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcModuleReg.h48 // exePath - path to the daemon executable. modules are loaded from a
51 void IPC_InitModuleReg(const char *exePath);
H A DipcModuleReg.cpp153 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);
/vbox/src/VBox/Main/src-server/
H A DNetworkServiceRunner.cpp88 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 DVirtualBoxImpl.cpp2511 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/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DWorkspaceDatabase.py2424 exePath = os.path.abspath(sys.executable)
2425 timeOfToolModified = os.stat(exePath).st_mtime

Completed in 70 milliseconds