Searched refs:pszLastSep (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathStripFilename.cpp46 char *pszLastSep = NULL; local
56 pszLastSep = psz + 1;
66 pszLastSep = psz;
71 if (!pszLastSep)
77 else if (pszLastSep == pszPath)
80 pszLastSep[1] = '\0';
83 pszLastSep[0] = '\0';
/vbox/src/VBox/Runtime/common/string/
H A Dstrformatrt.cpp664 const char *pszLastSep; local
665 const char *psz = pszLastSep = va_arg(*pArgs, const char *);
678 pszLastSep = psz;
683 return pfnOutput(pvArgOutput, pszLastSep, psz - pszLastSep);

Completed in 41 milliseconds