Home
last modified time | relevance | path

Searched refs:m_aCacheFile (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Dfontcache.hxx58 String m_aCacheFile; member in psp::FontCache
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx64 m_aCacheFile = getOfficePath( UserPath ); in FontCache()
65 if( m_aCacheFile.Len() ) in FontCache()
67 m_aCacheFile.AppendAscii( FONTCACHEFILE ); in FontCache()
103 if( ! m_bDoFlush || ! m_aCacheFile.Len() ) in flush()
107 aStream.Open( m_aCacheFile, STREAM_WRITE | STREAM_TRUNC ); in flush()
111 …derr, "FontCache::flush: opening cache file %s failed\n", ByteString( m_aCacheFile, osl_getThreadT… in flush()
249 SvFileStream aStream( m_aCacheFile, STREAM_READ ); in read()
253 …tderr, "FontCache::read: opening cache file %s failed\n", ByteString( m_aCacheFile, osl_getThreadT… in read()
264 …err, "FontCache::read: cache file %s fails magic test\n", ByteString( m_aCacheFile, osl_getThreadT… in read()

Completed in 20 milliseconds