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

/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-posix.cpp79 static bool g_fDaemonize = false; variable
374 g_fDaemonize = true;
506 rc = com::VBoxLogRelCreate("Autostart", g_fDaemonize ? NULL : pszLogFile,
516 if (g_fDaemonize)
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp87 static bool g_fDaemonize = false; variable
997 g_fDaemonize = true;
1066 rc = com::VBoxLogRelCreate("Watchdog", g_fDaemonize ? NULL : pszLogFile,
1076 if (g_fDaemonize)
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp144 static bool g_fDaemonize = false; // run in background. variable
1073 g_fDaemonize = true;
1088 rc = com::VBoxLogRelCreate("web service", g_fDaemonize ? NULL : pszLogFile,
1098 if (g_fDaemonize)

Completed in 53 milliseconds