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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp639 RTUTF16 wcLeft = *pwszLeft++; local
641 if (wcLeft != wcRight)
643 wcLeft = wcLeft < 0x80 ? wcLeft == '/' ? '\\' : RT_C_TO_LOWER(wcLeft) : wcLeft;
645 if (wcLeft != wcRight)
H A DSUPR3HardenedMain-win.cpp582 RTUTF16 wcLeft = *pawcLeft++; local
584 if (wcLeft != wcRight)
586 wcLeft = wcLeft != '/' ? RT_C_TO_LOWER(wcLeft) : '\\';
588 if (wcLeft != wcRight)

Completed in 1085 milliseconds