Lines Matching refs:aTmpName
804 ByteString aTmpName(rInitName, osl_getThreadTextEncoding()); in DirEntry() local
805 if( eStyle == FSYS_STYLE_URL || aTmpName.CompareIgnoreCaseToAscii("file:",5 ) == COMPARE_EQUAL ) in DirEntry()
809 …aTmpName = ByteString(String(INetURLObject( rInitName ).PathToFileName()), osl_getThreadTextEncodi… in DirEntry()
820 aTmpName = ByteString( String(aOInitName), osl_getThreadTextEncoding() ); in DirEntry()
826 aTmpName.Search( "://" ) != STRING_NOTFOUND ) in DirEntry()
829 aErr += aTmpName; in DirEntry()
835 nError = ImpParseName( aTmpName, eStyle ); in DirEntry()
860 ByteString aTmpName( rInitName ); in DirEntry() local
865 …aTmpName = ByteString(String(INetURLObject( rInitName ).PathToFileName()), osl_getThreadTextEncodi… in DirEntry()
881 nError = ImpParseName( aTmpName, eStyle ); in DirEntry()
2926 String aTmpName( GetFull() ); in Kill() local
2928 FSysRedirector::DoRedirect( aTmpName ); in Kill()
2930 ByteString bTmpName( aTmpName, osl_getThreadTextEncoding()); in Kill()