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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp1729 uint32_t offLastDot = UINT32_MAX; local
1736 offLastDot = UINT32_MAX;
1739 offLastDot = i;
1743 bool const fNeedDllSuffix = offLastDot == UINT32_MAX && offLastSlash == UINT32_MAX;
1745 if (offLastDot != UINT32_MAX && offLastDot == cwcName - 1)

Completed in 1702 milliseconds