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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp765 uint32_t cwcOther = g_System32NtPath.UniStr.Length / sizeof(WCHAR); local
766 if (supHardViUtf16PathStartsWithEx(pwszName, cwcName, g_System32NtPath.UniStr.Buffer, cwcOther, true /*fCheckSlash*/))
768 pwsz = pwszName + cwcOther + 1;
820 cwcOther = g_WinSxSNtPath.UniStr.Length / sizeof(WCHAR);
821 if (supHardViUtf16PathStartsWithEx(pwszName, cwcName, g_WinSxSNtPath.UniStr.Buffer, cwcOther, true /*fCheckSlash*/))
823 pwsz = pwszName + cwcOther + 1;
824 cwcName -= cwcOther + 1;
846 cwcOther = g_System32NtPath.UniStr.Length / sizeof(WCHAR); /* ASSUMES System32 is called System32. */
847 pwsz = pwszName + cwcOther + 1;
2563 uint32_t cwcOther local
[all...]

Completed in 50 milliseconds