Searched refs:iLastSlash (Results 1 – 1 of 1) sorted by relevance
44 …sal_Int32 iLastSlash = rtl_ustr_lastIndexOfChar_WithLength( ustrSystemPath->buffer, ustrSystemPath… in osl_abbreviateSystemPath() local46 if ( iLastSlash >= 0 ) in osl_abbreviateSystemPath()48 rtl_uString_newFromStr_WithLength( &ustrPath, ustrSystemPath->buffer, iLastSlash ); in osl_abbreviateSystemPath()49 …mStr_WithLength( &ustrFile, &ustrSystemPath->buffer[iLastSlash], ustrSystemPath->length - iLastSla… in osl_abbreviateSystemPath()
Completed in 13 milliseconds