Searched refs:RT_SEC_1DAY (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClient.cpp73 szLogFileName ? RT_SEC_1DAY : 0, /* Maximum time interval per log file when performing history rotation */
/vbox/src/VBox/Main/src-server/win/
H A Dsvcmain.cpp218 uint32_t uHistoryFileTime = RT_SEC_1DAY; // max 1 day per file
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-posix.cpp75 static uint32_t g_uHistoryFileTime = RT_SEC_1DAY; /* Max 1 day per file. */
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp710 uint32_t uHistoryFileTime = RT_SEC_1DAY; // max 1 day per file
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService.cpp77 static uint32_t g_uHistoryFileTime = RT_SEC_1DAY; /* Max 1 day per file. */
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp83 static uint32_t g_uHistoryFileTime = RT_SEC_1DAY; /* Max 1 day per file. */
/vbox/src/VBox/Additions/linux/lightdm-greeter/
H A Dvbox-greeter.cpp117 static uint32_t g_uHistoryFileTime = RT_SEC_1DAY; /* Max 1 day per file. */
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp140 static uint32_t g_uHistoryFileTime = RT_SEC_1DAY; // max 1 day per file
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp150 static uint32_t g_uHistoryFileTime = RT_SEC_1DAY; /* Max 1 day per file. */
/vbox/include/iprt/
H A Dcdefs.h2403 #define RT_SEC_1DAY UINT32_C(86400) macro

Completed in 3024 milliseconds