Home
last modified time | relevance | path

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

/aoo4110/main/sal/osl/all/
H A Dfilepath.c38 sal_uInt32 uPathWidth, uFileWidth; in osl_abbreviateSystemPath() local
58 uPathWidth = pfnCalcWidth( ustrPath ); in osl_abbreviateSystemPath()
63 while ( uPathWidth + uFileWidth > uMaxWidth ) in osl_abbreviateSystemPath()
73 uPathWidth = pfnCalcWidth( ustrPath ); in osl_abbreviateSystemPath()
81 while ( uPathWidth + uFileWidth > uMaxWidth ) in osl_abbreviateSystemPath()
101 uPathWidth += uFileWidth; in osl_abbreviateSystemPath()
103 while ( uPathWidth > uMaxWidth ) in osl_abbreviateSystemPath()
107 uPathWidth = pfnCalcWidth( *pustrCompacted ); in osl_abbreviateSystemPath()

Completed in 12 milliseconds