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

/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-posix.cpp75 static uint32_t g_uHistoryFileTime = RT_SEC_1DAY; /* Max 1 day per file. */ variable
394 g_uHistoryFileTime = ValueUnion.u32;
510 g_cHistory, g_uHistoryFileTime, g_uHistoryFileSize,
540 g_cHistory, g_uHistoryFileTime, g_uHistoryFileSize,
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp83 static uint32_t g_uHistoryFileTime = RT_SEC_1DAY; /* Max 1 day per file. */ variable
1021 g_uHistoryFileTime = ValueUnion.u32;
1070 g_cHistory, g_uHistoryFileTime, g_uHistoryFileSize,
1100 g_cHistory, g_uHistoryFileTime, g_uHistoryFileSize,
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService.cpp77 static uint32_t g_uHistoryFileTime = RT_SEC_1DAY; /* Max 1 day per file. */ variable
275 VBoxServiceLogHeaderFooter, g_cHistory, g_uHistoryFileSize, g_uHistoryFileTime,
/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. */ variable
927 vboxGreeterLogHeaderFooter, g_cHistory, g_uHistoryFileSize, g_uHistoryFileTime,
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp140 static uint32_t g_uHistoryFileTime = RT_SEC_1DAY; // max 1 day per file variable
1044 g_uHistoryFileTime = ValueUnion.u32;
1092 g_cHistory, g_uHistoryFileTime, g_uHistoryFileSize,
1123 g_cHistory, g_uHistoryFileTime, g_uHistoryFileSize,
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp150 static uint32_t g_uHistoryFileTime = RT_SEC_1DAY; /* Max 1 day per file. */ variable
585 vboxTrayLogHeaderFooter, g_cHistory, g_uHistoryFileSize, g_uHistoryFileTime,

Completed in 50 milliseconds