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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp1728 uint32_t offLastSlash = UINT32_MAX; local
1735 offLastSlash = i;
1743 bool const fNeedDllSuffix = offLastDot == UINT32_MAX && offLastSlash == UINT32_MAX;
1751 if (offLastSlash != UINT32_MAX)

Completed in 1910 milliseconds