Home
last modified time | relevance | path

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

/aoo42x/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx818 static void removeAndCreateFile(rtl::OUString const& _suFileURL, rtl::OString const& _sContent) in removeAndCreateFile() argument
820 osl::File::remove(_suFileURL); in removeAndCreateFile()
822 ::std::auto_ptr<osl::File> pFile( new osl::File( _suFileURL ) ); in removeAndCreateFile()
826 …printf("%s\n" , OString(_suFileURL.getStr(), _suFileURL.getLength(), RTL_TEXTENCODING_ASCII_US).ge… in removeAndCreateFile()
832 sError += OString(_suFileURL.getStr(), _suFileURL.getLength(), RTL_TEXTENCODING_ASCII_US); in removeAndCreateFile()
840 rtl::OString sFile(_suFileURL.getStr(), _suFileURL.getLength(), RTL_TEXTENCODING_ASCII_US); in removeAndCreateFile()
846 OSL_ASSERT(t_fileExist(_suFileURL) == true); in removeAndCreateFile()

Completed in 163 milliseconds