Searched refs:_pAsciiSuffix (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/connectivity/source/drivers/hsqldb/ |
H A D | accesslog.hxx | 42 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 D | accesslog.cxx | 43 LogFile::LogFile( JNIEnv* env, jstring streamName, const sal_Char* _pAsciiSuffix ) in LogFile() argument 47 m_sFileName += ::rtl::OUString::createFromAscii( _pAsciiSuffix ); in LogFile()
|
Completed in 6 milliseconds