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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathParseSimple.cpp58 const char *pszLastDot = NULL; local
78 pszLastDot = psz;
93 if (pszLastDot)
95 offSuff = pszLastDot - pszPath;

Completed in 42 milliseconds