Lines Matching refs:cwcName
701 DECLHIDDEN(bool) supHardViIsAppPatchDir(PCRTUTF16 pwszPath, uint32_t cwcName)
705 if (cwcName <= cwcWinDir + sizeof("AppPatch"))
764 uint32_t cwcName = (uint32_t)RTUtf16Len(pwszName);
766 if (supHardViUtf16PathStartsWithEx(pwszName, cwcName, g_System32NtPath.UniStr.Buffer, cwcOther, true /*fCheckSlash*/))
821 if (supHardViUtf16PathStartsWithEx(pwszName, cwcName, g_WinSxSNtPath.UniStr.Buffer, cwcOther, true /*fCheckSlash*/))
824 cwcName -= cwcOther + 1;
844 if (supHardViIsAppPatchDir(pwszName, cwcName))
881 if ( supHardViUtf16PathStartsWithEx(pwszName, cwcName,
884 || supHardViUtf16PathStartsWithEx(pwszName, cwcName,
888 || supHardViUtf16PathStartsWithEx(pwszName, cwcName,
891 || supHardViUtf16PathStartsWithEx(pwszName, cwcName,
2562 uint32_t cwcName = (uint32_t)RTUtf16Len(pwszName);
2564 if (supHardViUtf16PathStartsWithEx(pwszName, cwcName, g_System32NtPath.UniStr.Buffer, cwcOther, true /*fCheckSlash*/))