Lines Matching refs:aTmpName
807 ByteString aTmpName(rInitName, osl_getThreadTextEncoding()); in DirEntry() local
808 if( eStyle == FSYS_STYLE_URL || aTmpName.CompareIgnoreCaseToAscii("file:",5 ) == COMPARE_EQUAL ) in DirEntry()
812 …aTmpName = ByteString(String(INetURLObject( rInitName ).PathToFileName()), osl_getThreadTextEncodi… in DirEntry()
823 aTmpName = ByteString( String(aOInitName), osl_getThreadTextEncoding() ); in DirEntry()
829 aTmpName.Search( "://" ) != STRING_NOTFOUND ) in DirEntry()
832 aErr += aTmpName; in DirEntry()
838 nError = ImpParseName( aTmpName, eStyle ); in DirEntry()
863 ByteString aTmpName( rInitName ); in DirEntry() local
868 …aTmpName = ByteString(String(INetURLObject( rInitName ).PathToFileName()), osl_getThreadTextEncodi… in DirEntry()
884 nError = ImpParseName( aTmpName, eStyle ); in DirEntry()
2929 String aTmpName( GetFull() ); in Kill() local
2931 FSysRedirector::DoRedirect( aTmpName ); in Kill()
2933 ByteString bTmpName( aTmpName, osl_getThreadTextEncoding()); in Kill()