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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp172 static RTUTF16 g_wszStartupLogVol[16]; variable
1016 RTUtf16CopyAscii(g_wszStartupLogVol, RT_ELEMENTS(g_wszStartupLogVol), "\\??\\");
1017 g_wszStartupLogVol[sizeof("\\??\\") - 1] = RT_C_TO_UPPER(pszLogFile[0]);
1018 g_wszStartupLogVol[sizeof("\\??\\") + 0] = ':';
1019 g_wszStartupLogVol[sizeof("\\??\\") + 1] = '\0';
1084 if (g_wszStartupLogVol[0])
1088 NtName.Buffer = g_wszStartupLogVol;
1089 NtName.Length = (USHORT)(RTUtf16Len(g_wszStartupLogVol) * sizeof(RTUTF16));

Completed in 45 milliseconds