Searched refs:aFotFile (Results 1 – 1 of 1) sorted by relevance
2207 osl::File aFotFile( aFotFileName ); in ImplGetFontAttrFromFile() local2208 osl::FileBase::RC aError = aFotFile.open( osl_File_OpenFlag_Read ); in ImplGetFontAttrFromFile()2214 aFotFile.read( aBuffer, sizeof( aBuffer ), nBytesRead ); in ImplGetFontAttrFromFile()2216 aFotFile.close(); in ImplGetFontAttrFromFile()
Completed in 49 milliseconds