Searched refs:_suFileURL (Results 1 – 1 of 1) sorted by relevance
892 static void removeAndCreateFile(rtl::OUString const& _suFileURL, rtl::OString const& _sContent) in removeAndCreateFile() argument894 osl::File::remove(_suFileURL); in removeAndCreateFile()896 ::std::auto_ptr<osl::File> pFile( new osl::File( _suFileURL ) ); in removeAndCreateFile()900 …t_print(T_VERBOSE, "%s\n" , OString(_suFileURL, _suFileURL.getLength(), RTL_TEXTENCODING_ASCII_US)… in removeAndCreateFile()906 sError += OString(_suFileURL, _suFileURL.getLength(), RTL_TEXTENCODING_ASCII_US); in removeAndCreateFile()915 sFile <<= _suFileURL; in removeAndCreateFile()921 OSL_ASSERT(t_fileExist(_suFileURL) == true); in removeAndCreateFile()
Completed in 14 milliseconds