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

/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp577 static const char *g_pszPidFile = NULL; variable
587 if (g_pszPidFile)
588 RTFileDelete(g_pszPidFile);
746 g_pszPidFile = ValueUnion.psz;
780 vboxsvcSpawnDaemonByReExec(argv[0], gAutoShutdown, g_pszPidFile);
937 if (g_pszPidFile)
940 vrc = RTFileOpen(&hPidFile, g_pszPidFile, RTFILE_O_WRITE | RTFILE_O_CREATE_REPLACE | RTFILE_O_DENY_NONE);
1007 if (g_pszPidFile)
1008 RTFileDelete(g_pszPidFile);

Completed in 34 milliseconds