Searched refs:lpLastDelimiter (Results 1 – 1 of 1) sorted by relevance
410 LPTSTR lpLastDelimiter = lpLastSlash > lpLastBkSlash ? lpLastSlash : lpLastBkSlash; in PathRemoveFileSpec() local412 if ( lpLastDelimiter ) in PathRemoveFileSpec()414 sal_Int32 nDelLen = _tcslen( lpLastDelimiter ); in PathRemoveFileSpec()417 if ( lpLastDelimiter > lpPath && *(lpLastDelimiter - 1) != ':' ) in PathRemoveFileSpec()419 *lpLastDelimiter = 0; in PathRemoveFileSpec()426 _tcscpy( lpFileName, lpLastDelimiter + 1 ); in PathRemoveFileSpec()427 *(++lpLastDelimiter) = 0; in PathRemoveFileSpec()
Completed in 10 milliseconds