Home
last modified time | relevance | path

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

/trunk/main/sal/osl/w32/
H A Dfile_url.cxx408 LPTSTR lpLastBkSlash = _tcsrchr( lpPath, '\\' ); in PathRemoveFileSpec() local
410 LPTSTR lpLastDelimiter = lpLastSlash > lpLastBkSlash ? lpLastSlash : lpLastBkSlash; in PathRemoveFileSpec()
H A Dfile_dirvol.cxx1559 LPCWSTR lpLastBkSlash = wcschr( &lpFirstBkSlash[1], '\\' ); in osl_getDriveInfo() local
1561 if ( lpLastBkSlash ) in osl_getDriveInfo()
1562 …trFileName, reinterpret_cast<const sal_Unicode*>(&lpFirstBkSlash[1]), lpLastBkSlash - lpFirstBkSla… in osl_getDriveInfo()
/trunk/main/sal/osl/os2/
H A Dfile.cxx2649 LPCWSTR lpLastBkSlash = wcschr( (const wchar_t*)&lpFirstBkSlash[1], '\\' ); in _osl_getDriveInfo() local
2651 if ( lpLastBkSlash ) in _osl_getDriveInfo()
2652 …WithLength( &pStatus->ustrFileName, (sal_Unicode*)&lpFirstBkSlash[1], lpLastBkSlash - lpFirstBkSla… in _osl_getDriveInfo()

Completed in 34 milliseconds