Searched refs:nBytesWritten (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/desktop/source/deployment/ |
H A D | dp_persmap.cxx | 240 sal_uInt64 nBytesWritten = 0; in flush() local 241 m_MapFile.write( PmapMagic, sizeof(PmapMagic), nBytesWritten); in flush() 249 m_MapFile.write( aKeyString.getStr(), nKeyLen, nBytesWritten); in flush() 250 OSL_ASSERT( nKeyLen == (sal_Int32)nBytesWritten); in flush() 251 m_MapFile.write( "\n", 1, nBytesWritten); in flush() 255 m_MapFile.write( rValString.getStr(), nValLen, nBytesWritten); in flush() 256 OSL_ASSERT( nValLen == (sal_Int32)nBytesWritten); in flush() 257 m_MapFile.write( "\n", 1, nBytesWritten); in flush() 261 m_MapFile.write( "\n", 1, nBytesWritten); in flush()
|
/aoo42x/main/crashrep/source/win32/ |
H A D | base64.cpp | 34 size_t nBytesWritten = 0; in base64_encode() local 73 nBytesWritten += fwrite( out_buffer, 1, sizeof(out_buffer), fout ); in base64_encode() 78 return nBytesWritten; in base64_encode()
|
H A D | soreport.cpp | 589 size_t nBytesWritten = 0; in fcopy() local 595 nBytesWritten += fwrite( buffer, 1, nBytes, fpout ); in fcopy() 599 return nBytesWritten; in fcopy()
|
/aoo42x/main/filter/source/placeware/ |
H A D | zip.cxx | 52 sal_uInt64 nBytesWritten; in putC() local 53 osl::File::RC nRC = rFile.write( &c, 1, nBytesWritten ); in putC() 55 OSL_ASSERT( nBytesWritten == 1 ); in putC()
|
/aoo42x/main/extensions/source/logging/ |
H A D | filehandler.cxx | 226 sal_uInt64 nBytesWritten( 0 ); in impl_writeString_nothrow() local 230 m_pFile->write( _rEntry.getStr(), nBytesToWrite, nBytesWritten ); in impl_writeString_nothrow() 231 OSL_ENSURE( ( res == ::osl::FileBase::E_None ) && ( nBytesWritten == nBytesToWrite ), in impl_writeString_nothrow()
|
/aoo42x/main/sdext/source/pdfimport/test/ |
H A D | outputwrap.hxx | 53 sal_uInt64 nBytesWritten(0); in writeBytes() local 54 maFile.write(aData.getConstArray(),aData.getLength(),nBytesWritten); in writeBytes()
|
/aoo42x/main/extensions/source/update/check/ |
H A D | download.cxx | 146 sal_uInt64 nBytesWritten = 0; in write_function() local 149 osl_writeFile(out->FileHandle, ptr, size * nmemb, &nBytesWritten); in write_function() 151 return (size_t) nBytesWritten; in write_function()
|
/aoo42x/main/dtrans/source/win32/dtobj/ |
H A D | XTDataObject.cxx | 206 sal_uInt32 nBytesWritten = 0; in renderDataAndSetupStgMedium() local 207 stgTransfHelper.write( lpStorage, nBytesToTransfer, &nBytesWritten ); in renderDataAndSetupStgMedium() 208 OSL_ASSERT( nBytesWritten == nBytesToTransfer ); in renderDataAndSetupStgMedium()
|
/aoo42x/main/basic/source/runtime/ |
H A D | iosys.cxx | 406 sal_uInt64 nBytesWritten; in PutData() local 408 nRet = maFile.write( pData, (sal_uInt64)nSize, nBytesWritten ); in PutData() 409 return (sal_uIntPtr)nBytesWritten; in PutData()
|
/aoo42x/main/crashrep/source/unx/ |
H A D | main.cxx | 166 size_t nBytesWritten = 0; in fcopy() local 170 nBytesWritten += fwrite( buffer, 1, nBytes, fpout ); in fcopy() 173 return nBytesWritten; in fcopy()
|
/aoo42x/main/desktop/source/app/ |
H A D | app.cxx | 220 sal_uInt64 nBytesWritten (0); in writeLastModified() local 221 if (aFile.write(aBuffer, strlen(aBuffer), nBytesWritten) != ::osl::File::E_None) in writeLastModified()
|
Completed in 74 milliseconds