Searched refs:pszPidFile (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp616 static nsresult vboxsvcSpawnDaemonByReExec(const char *pszPath, bool fAutoShutdown, const char *pszPidFile) argument
629 if (pszPidFile)
632 args[args_index++] = (char *)pszPidFile;
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp974 const char *pszPidFile = NULL; local
1005 pszPidFile = ValueUnion.psz;
1092 rc = RTProcDaemonizeUsingFork(false /* fNoChDir */, false /* fNoClose */, pszPidFile);
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp949 const char *pszPidFile = NULL; local
1048 pszPidFile = ValueUnion.psz;
1114 rc = RTProcDaemonizeUsingFork(false /* fNoChDir */, false /* fNoClose */, pszPidFile);

Completed in 52 milliseconds