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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp1335 unsigned cwcDirName = pLongName->Length / sizeof(WCHAR); local
1336 PCRTUTF16 pwcDirName = &pLongName->Buffer[cwcDirName];
1337 PCRTUTF16 pwszFilename = &pLongName->Buffer[cwcDirName];
1338 while ( cwcDirName > 0
1344 cwcDirName--;
1353 while ( cwcDirName > 0
1354 && ( pLongName->Buffer[cwcDirName - 1] == '\\'
1355 || pLongName->Buffer[cwcDirName - 1] == '/'))
1356 cwcDirName--;
1370 if ( ( cwcDirName * sizeo
[all...]

Completed in 37 milliseconds