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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp622 * @param fCheckSlash Check for a slash following the prefix.
625 PCRTUTF16 pwszRight, uint32_t cwcRight, bool fCheckSlash)
652 if ( !fCheckSlash
666 * @param fCheckSlash Check for a slash following the prefix.
669 bool fCheckSlash)
672 pUniStrRight->Buffer, pUniStrRight->Length / sizeof(WCHAR), fCheckSlash); local
766 if (supHardViUtf16PathStartsWithEx(pwszName, cwcName, g_System32NtPath.UniStr.Buffer, cwcOther, true /*fCheckSlash*/))
821 if (supHardViUtf16PathStartsWithEx(pwszName, cwcName, g_WinSxSNtPath.UniStr.Buffer, cwcOther, true /*fCheckSlash*/))
883 true /*fCheckSlash*/)
886 true /*fCheckSlash*/)
624 supHardViUtf16PathStartsWithEx(PCRTUTF16 pwszLeft, uint32_t cwcLeft, PCRTUTF16 pwszRight, uint32_t cwcRight, bool fCheckSlash) argument
[all...]

Completed in 66 milliseconds