Searched refs:lpLastBkSlash (Results 1 – 3 of 3) sorted by relevance
408 LPTSTR lpLastBkSlash = _tcsrchr( lpPath, '\\' ); in PathRemoveFileSpec() local410 LPTSTR lpLastDelimiter = lpLastSlash > lpLastBkSlash ? lpLastSlash : lpLastBkSlash; in PathRemoveFileSpec()
1559 LPCWSTR lpLastBkSlash = wcschr( &lpFirstBkSlash[1], '\\' ); in osl_getDriveInfo() local1561 if ( lpLastBkSlash ) in osl_getDriveInfo()1562 …trFileName, reinterpret_cast<const sal_Unicode*>(&lpFirstBkSlash[1]), lpLastBkSlash - lpFirstBkSla… in osl_getDriveInfo()
2649 LPCWSTR lpLastBkSlash = wcschr( (const wchar_t*)&lpFirstBkSlash[1], '\\' ); in _osl_getDriveInfo() local2651 if ( lpLastBkSlash ) in _osl_getDriveInfo()2652 …WithLength( &pStatus->ustrFileName, (sal_Unicode*)&lpFirstBkSlash[1], lpLastBkSlash - lpFirstBkSla… in _osl_getDriveInfo()
Completed in 82 milliseconds