Searched defs:cwcDir (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPHardenedVerifyImage-win.cpp | 1918 UINT cwcDir = GetSystemDirectoryW(wszName, RT_ELEMENTS(wszName) - 60); local 1919 wszName[cwcDir] = '\\'; 1920 RTUtf16CopyAscii(&wszName[cwcDir + 1], RT_ELEMENTS(wszName) - cwcDir, pszName);
|
H A D | SUPR3HardenedMain-win.cpp | 537 * @param cwcDir The length of the directory name. RTSTR_MAX if 541 static uint32_t supR3HardenedWinVerifyCacheHashDirAndFile(PCRTUTF16 pawcDir, uint32_t cwcDir, const char *pszName) argument 544 while (cwcDir-- > 0) 708 * @param cwcDir The length of the directory name. 711 static PVERIFIERCACHEENTRY supR3HardenedWinVerifyCacheLookupImport(PCRTUTF16 pawcDir, uint32_t cwcDir, const char *pszName) argument 713 uint32_t uHash = supR3HardenedWinVerifyCacheHashDirAndFile(pawcDir, cwcDir, pszName); 715 uint32_t const cbPath = (uint32_t)((cwcDir + 1 + strlen(pszName)) * sizeof(RTUTF16)); 722 if (supR3HardenedWinVerifyCacheIsMatch(pCur->wszPath, pawcDir, cwcDir)) 724 if (pCur->wszPath[cwcDir] == '\\' || pCur->wszPath[cwcDir] 762 uint32_t cwcDir = 0; local 981 uint32_t cwcDir; member in struct:__anon16391 [all...] |
Completed in 79 milliseconds