Searched refs:getLogFile (Results 1 – 3 of 3) sorted by relevance
46 void create() { getLogFile(); } in create()50 FILE*& getLogFile();107 fputc( value, getLogFile() ); in write()108 fflush( getLogFile() ); in write()113 fwrite( buffer, sizeof(sal_Int8), bytesRead, getLogFile() ); in write()114 fflush( getLogFile() ); in write()119 FILE* pFile = getLogFile(); in seek()134 return ftell( getLogFile() ); in tell()
51 FILE*& LogFile::getLogFile() in getLogFile() function in connectivity::hsqldb::LogFile65 FILE* pLogFile = getLogFile(); in writeString()75 fclose( getLogFile() ); in close()76 getLogFile() = NULL; in close()
202 private static BufferedWriter getLogFile() { in getLogFile() method in OutputHandler
Completed in 17 milliseconds