Searched refs:rBytesRead (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/ucb/source/ucp/file/ |
H A D | filrec.cxx | 172 …ase::RC ReconnectingFile::read( void *pBuffer, sal_uInt64 uBytesRequested, sal_uInt64& rBytesRead ) in read() argument 177 return m_aFile.read( pBuffer, uBytesRequested, rBytesRead ); in read()
|
H A D | filrec.hxx | 73 ::osl::FileBase::RC read( void *pBuffer, sal_uInt64 uBytesRequested, sal_uInt64& rBytesRead );
|
/aoo41x/main/sal/inc/osl/ |
H A D | file.hxx | 1171 inline RC read( void *pBuffer, sal_uInt64 uBytesRequested, sal_uInt64& rBytesRead ) in read() argument 1173 return (RC) osl_readFile( _pData, pBuffer, uBytesRequested, &rBytesRead ); in read()
|
Completed in 16 milliseconds