Home
last modified time | relevance | path

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

/aoo41x/main/sal/qa/rtl/logfile/
H A Drtl_logfile.cxx142 rtl::OUString suFilePath = getTempPath(); in logfile_001() local
143 suFilePath += rtl::OUString::createFromAscii("logfile1_") + getCurrentPID( ); in logfile_001()
144 suFilePath += rtl::OUString::createFromAscii(".log"); in logfile_001()
147 ::osl::File aTestFile( suFilePath ); in logfile_001()
148 printUString( suFilePath ); in logfile_001()
231 rtl::OUString suFilePath = getTempPath(); in ~GlobalObject() local
232 suFilePath += rtl::OUString::createFromAscii("logfile1_") + getCurrentPID( ); in ~GlobalObject()
233 suFilePath += rtl::OUString::createFromAscii(".log"); in ~GlobalObject()
237 nError1 = osl::File::remove( suFilePath ); in ~GlobalObject()

Completed in 13 milliseconds