Searched refs:lpFirstBkSlash (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sal/osl/w32/ |
H A D | file_dirvol.cxx | 1555 LPCWSTR lpFirstBkSlash = wcschr( &pItemImpl->cDriveString[2], '\\' ); in osl_getDriveInfo() local 1557 if ( lpFirstBkSlash && lpFirstBkSlash[1] ) in osl_getDriveInfo() 1559 LPCWSTR lpLastBkSlash = wcschr( &lpFirstBkSlash[1], '\\' ); in osl_getDriveInfo() 1562 …strFileName, reinterpret_cast<const sal_Unicode*>(&lpFirstBkSlash[1]), lpLastBkSlash - lpFirstBkSl… in osl_getDriveInfo() 1564 …ing_newFromStr( &pStatus->ustrFileName, reinterpret_cast<const sal_Unicode*>(&lpFirstBkSlash[1]) ); in osl_getDriveInfo()
|
/aoo41x/main/sal/osl/os2/ |
H A D | file.cxx | 2645 LPCWSTR lpFirstBkSlash = wcschr( (const wchar_t*)&pItemImpl->ustrDrive->buffer[2], '\\' ); in _osl_getDriveInfo() local 2647 if ( lpFirstBkSlash && lpFirstBkSlash[1] ) in _osl_getDriveInfo() 2649 LPCWSTR lpLastBkSlash = wcschr( (const wchar_t*)&lpFirstBkSlash[1], '\\' ); in _osl_getDriveInfo() 2652 …_WithLength( &pStatus->ustrFileName, (sal_Unicode*)&lpFirstBkSlash[1], lpLastBkSlash - lpFirstBkSl… in _osl_getDriveInfo() 2654 rtl_uString_newFromStr( &pStatus->ustrFileName, (sal_Unicode*)&lpFirstBkSlash[1] ); in _osl_getDriveInfo()
|
Completed in 40 milliseconds