Home
last modified time | relevance | path

Searched refs:rBytesRead (Results 1 – 3 of 3) sorted by relevance

/trunk/main/ucb/source/ucp/file/
H A Dfilrec.cxx172 …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 Dfilrec.hxx73 ::osl::FileBase::RC read( void *pBuffer, sal_uInt64 uBytesRequested, sal_uInt64& rBytesRead );
/trunk/main/sal/inc/osl/
H A Dfile.hxx1171 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 18 milliseconds