Home
last modified time | relevance | path

Searched refs:osl_readFile (Results 1 – 16 of 16) sorted by relevance

/aoo42x/main/sdext/source/pdfimport/
H A Dfilterdet.cxx309 if( osl_readFile( m_aReadHandle, in copyOrigBytes()
335 if( osl_readFile( m_aReadHandle, in readOrigBytes()
601 if( (aErr = osl_readFile( aRead, aBuf, nPass, &nBytesRead)) != osl_File_E_None in checkDocChecksum()
/aoo42x/main/sdext/source/pdfimport/test/
H A Dpdfunzip.cxx191 if( osl_readFile( m_aReadHandle, pBuf, nLen, &nBytesRead ) != osl_File_E_None in copyOrigBytes()
214 if( osl_readFile( m_aReadHandle, pBuf, nLen, &nBytesRead ) != osl_File_E_None ) in readOrigBytes()
/aoo42x/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx296 osl_File_E_None == (nRes=osl_readFile( m_pErr, pBuf, nFileLen, &nBytesRead )) ) in readBinaryData()
892 while( osl_File_E_None == (nRes=osl_readFile(pFile, &aChar, 1, &nBytesRead)) && in readLine()
899 while( osl_File_E_None == (nRes=osl_readFile(pFile, &aChar, 1, &nBytesRead)) && in readLine()
/aoo42x/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx280 oslFileError eFileErr = osl_readFile(pOut, aBuf, 32000, &nCount); in RenderAsPNGThroughHelper()
284 eFileErr = osl_readFile(pOut, aBuf, 32000, &nCount); in RenderAsPNGThroughHelper()
/aoo42x/main/ucb/source/ucp/ftp/
H A Dftpinpstr.cxx91 … if ( osl_readFile( m_tmpfl, aData.getArray(), nBytesRequested, &nBytesRead ) != osl_File_E_None ) in readBytes()
/aoo42x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx245 switch (osl_readFile( in readLine()
333 switch (osl_readFile( in run()
/aoo42x/main/sal/qa/rtl/process/
H A Drtl_Process.cxx256 osl_readFile( *pChildOutputRead, pUUID2, 32, &nRead ); in TEST_F()
/aoo42x/main/sal/inc/osl/
H A Dfile.h879 oslFileError SAL_CALL osl_readFile( oslFileHandle Handle, void *pBuffer, sal_uInt64 uBytesRequested…
H A Dfile.hxx1173 return (RC) osl_readFile( _pData, pBuffer, uBytesRequested, &rBytesRead ); in read()
/aoo42x/main/sal/util/
H A Dsal.map421 osl_readFile;
/aoo42x/main/sal/osl/w32/
H A Dfile.cxx909 SAL_CALL osl_readFile( in osl_readFile() function
/aoo42x/main/sal/osl/unx/
H A Dfile.cxx1150 SAL_CALL osl_readFile ( in osl_readFile() function
/aoo42x/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx1343 osl_readFile( pFile, &buffer[0], buffer.size(), &nBytesRead ); in StartJob()
/aoo42x/main/extensions/source/update/check/
H A Dupdatecheck.cxx182 … while( osl_File_E_None == osl_readFile(hOut, szBuffer, nBytesToRead, &nBytesRead) ) in getImageFromFileName()
/aoo42x/main/sal/osl/os2/
H A Dfile.cxx1667 SAL_CALL osl_readFile ( in osl_readFile() function
/aoo42x/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx4138 … CHECK_RETURN( (osl_File_E_None == osl_readFile( aFontFile, buf, sizeof( buf ), &nRead ) ) ); in emitFonts()
4153 …CHECK_RETURN( (osl_File_E_None == osl_readFile( aFontFile, pBuffer.get(), nLength1, &nBytesRead ) … in emitFonts()

Completed in 150 milliseconds