Searched refs:rBytesWritten (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/ucb/source/ucp/file/ |
| H A D | filrec.cxx | 180 …C ReconnectingFile::write(const void *pBuffer, sal_uInt64 uBytesToWrite, sal_uInt64& rBytesWritten) in write() argument 185 return m_aFile.write( pBuffer, uBytesToWrite, rBytesWritten ); in write()
|
| H A D | filrec.hxx | 75 …:osl::FileBase::RC write(const void *pBuffer, sal_uInt64 uBytesToWrite, sal_uInt64& rBytesWritten);
|
| /AOO41X/main/sal/inc/osl/ |
| H A D | file.hxx | 1210 inline RC write(const void *pBuffer, sal_uInt64 uBytesToWrite, sal_uInt64& rBytesWritten) in write() argument 1212 return (RC) osl_writeFile( _pData, pBuffer, uBytesToWrite, &rBytesWritten ); in write()
|