Home
last modified time | relevance | path

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

/trunk/main/tools/source/fsys/
H A Ddirent.cxx1816 String aThisStr( aThis.GetFull( FSYS_STYLE_HPFS ) ); in ImpToRel() local
1819 String aThisCompareStr( aThisStr ), aCurCompareStr( aCurStr ); in ImpToRel()
1828 if ( nPos == STRING_MATCH && aThisStr.Len() != aCurStr.Len() ) in ImpToRel()
1829 nPos = Min( aThisStr.Len(), aCurStr.Len() ); in ImpToRel()
1848 while ( nPos > 0 && aThisStr.GetChar(nPos) != '\\' ) in ImpToRel()
1850 aThisStr.Erase( 0, nPos + ( ( aThisStr.GetChar(nPos) == '\\' ) ? 1 : 0 ) ); in ImpToRel()
1856 aThisStr.Insert( String( "..\\", osl_getThreadTextEncoding() ), 0 ); in ImpToRel()
1859 *this = DirEntry( aThisStr, FSYS_STYLE_HPFS ); in ImpToRel()

Completed in 18 milliseconds