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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp640 RTUTF16 wcRight = *pwszRight++; local
641 if (wcLeft != wcRight)
644 wcRight = wcRight < 0x80 ? wcRight == '/' ? '\\' : RT_C_TO_LOWER(wcRight) : wcRight;
645 if (wcLeft != wcRight)
H A DSUPR3HardenedMain-win.cpp583 RTUTF16 wcRight = *pawcRight++; local
584 if (wcLeft != wcRight)
587 wcRight = wcRight != '/' ? RT_C_TO_LOWER(wcRight) : '\\';
588 if (wcLeft != wcRight)

Completed in 65 milliseconds