Lines Matching refs:buffer
44 …sal_Int32 iLastSlash = rtl_ustr_lastIndexOfChar_WithLength( ustrSystemPath->buffer, ustrSystemPath… in osl_abbreviateSystemPath()
48 rtl_uString_newFromStr_WithLength( &ustrPath, ustrSystemPath->buffer, iLastSlash ); in osl_abbreviateSystemPath()
49 …rtl_uString_newFromStr_WithLength( &ustrFile, &ustrSystemPath->buffer[iLastSlash], ustrSystemPath-… in osl_abbreviateSystemPath()
68 ustrPath->buffer[ustrPath->length-3] = '.'; in osl_abbreviateSystemPath()
69 ustrPath->buffer[ustrPath->length-2] = '.'; in osl_abbreviateSystemPath()
70 ustrPath->buffer[ustrPath->length-1] = '.'; in osl_abbreviateSystemPath()
71 ustrPath->buffer[ustrPath->length] = 0; in osl_abbreviateSystemPath()
86 ustrFile->buffer[ustrFile->length-3] = '.'; in osl_abbreviateSystemPath()
87 ustrFile->buffer[ustrFile->length-2] = '.'; in osl_abbreviateSystemPath()
88 ustrFile->buffer[ustrFile->length-1] = '.'; in osl_abbreviateSystemPath()
89 ustrFile->buffer[ustrFile->length] = 0; in osl_abbreviateSystemPath()
106 (*pustrCompacted)->buffer[(*pustrCompacted)->length] = 0; in osl_abbreviateSystemPath()