Home
last modified time | relevance | path

Searched refs:lpLastDelimiter (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/osl/w32/
H A Dfile_url.cxx410 LPTSTR lpLastDelimiter = lpLastSlash > lpLastBkSlash ? lpLastSlash : lpLastBkSlash; in PathRemoveFileSpec() local
412 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 11 milliseconds