Home
last modified time | relevance | path

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

/trunk/main/sal/osl/all/
H A Dfilepath.c38 sal_uInt32 uPathWidth, uFileWidth; in osl_abbreviateSystemPath() local
59 uFileWidth = pfnCalcWidth( ustrFile ); in osl_abbreviateSystemPath()
63 while ( uPathWidth + uFileWidth > uMaxWidth ) in osl_abbreviateSystemPath()
81 while ( uPathWidth + uFileWidth > uMaxWidth ) in osl_abbreviateSystemPath()
91 uFileWidth = pfnCalcWidth( ustrFile ); in osl_abbreviateSystemPath()
101 uPathWidth += uFileWidth; in osl_abbreviateSystemPath()

Completed in 15 milliseconds