Searched defs:VBoxSVCPath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver_module.cpp85 static char VBoxSVCPath[RTPATH_MAX]; variable
105 char * const args[] = { (char *)VBoxSVCPath, (char *)"--auto-shutdown", 0 };
128 if (PR_CreateProcessDetached(VBoxSVCPath, args, nsnull, attr) != PR_SUCCESS)
212 sprintf(VBoxSVCPath, "/opt/VirtualBox/%s%s", achKernArch, VBoxSVC_exe);
218 strcpy(VBoxSVCPath, path.get());
219 RTPathStripFilename(VBoxSVCPath);
220 strcat(VBoxSVCPath, VBoxSVC_exe);
247 LogFlowFunc(("Starting server \"%s\"...\n", VBoxSVCPath));

Completed in 42 milliseconds