Home
last modified time | relevance | path

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

/trunk/main/tools/source/fsys/
H A Ddirent.cxx287 sal_uInt16 nMaxPathLen = nMax; in ImplCutPath() local
295 nMaxPathLen += 2; // fuer Prefix <Laufwerk>: in ImplCutPath()
297 while( aCutPath.Len() > nMaxPathLen ) in ImplCutPath()
312 if ( aCutPath.Len() > nMaxPathLen ) in ImplCutPath()
314 for ( sal_uInt16 n = nMaxPathLen; n > nMaxPathLen/2; --n ) in ImplCutPath()

Completed in 23 milliseconds