Home
last modified time | relevance | path

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

/aoo41x/main/sal/osl/all/
H A Dfilepath.c44 …sal_Int32 iLastSlash = rtl_ustr_lastIndexOfChar_WithLength( ustrSystemPath->buffer, ustrSystemPath… in osl_abbreviateSystemPath() local
46 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 4 milliseconds