Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/drivers/hsqldb/
H A Daccesslog.hxx42 LogFile( JNIEnv* env, jstring streamName, const sal_Char* _pAsciiSuffix );
56 OperationLogFile( JNIEnv* env, jstring streamName, const sal_Char* _pAsciiSuffix ) in OperationLogFile() argument
57 :LogFile( env, streamName, ( ::rtl::OString( _pAsciiSuffix ) += ".op" ).getStr() ) in OperationLogFile()
100 DataLogFile( JNIEnv* env, jstring streamName, const sal_Char* _pAsciiSuffix ) in DataLogFile() argument
101 :LogFile( env, streamName, _pAsciiSuffix ) in DataLogFile()
H A Daccesslog.cxx43 LogFile::LogFile( JNIEnv* env, jstring streamName, const sal_Char* _pAsciiSuffix ) in LogFile() argument
47 m_sFileName += ::rtl::OUString::createFromAscii( _pAsciiSuffix ); in LogFile()

Completed in 21 milliseconds