Home
last modified time | relevance | path

Searched refs:oslFileHandle (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/sal/inc/osl/
H A Dfile.h647 typedef void *oslFileHandle; typedef
705 oslFileError SAL_CALL osl_openFile( rtl_uString *pustrFileURL, oslFileHandle *pHandle, sal_uInt32 u…
731 oslFileError SAL_CALL osl_setFilePos( oslFileHandle Handle, sal_uInt32 uHow, sal_Int64 uPos );
753 oslFileError SAL_CALL osl_getFilePos( oslFileHandle Handle, sal_uInt64 *pPos );
778 oslFileError SAL_CALL osl_setFileSize( oslFileHandle Handle, sal_uInt64 uSize );
802 oslFileError SAL_CALL osl_getFileSize( oslFileHandle Handle, sal_uInt64 *pSize );
825 oslFileHandle Handle,
879 oslFileError SAL_CALL osl_readFile( oslFileHandle Handle, void *pBuffer, sal_uInt64 uBytesRequested…
907 oslFileError SAL_CALL osl_isEndOfFile( oslFileHandle Handle, sal_Bool *pIsEOF );
947 oslFileError SAL_CALL osl_writeFile( oslFileHandle Handle, const void *pBuffer, sal_uInt64 uBytesTo…
[all …]
H A Dprocess.h269 oslFileHandle* pChildInputWrite,
270 oslFileHandle* pChildOutputRead,
271 oslFileHandle* pChildErrorRead);
H A Dfile.hxx316 oslFileHandle* pHandle, in createTempFile()
905 oslFileHandle _pData;
/trunk/main/configmgr/source/
H A Dwritemodfile.cxx87 oslFileHandle handle;
111 void writeData(oslFileHandle handle, char const * begin, sal_Int32 length) { in writeData()
124 void writeData(oslFileHandle handle, rtl::OString const & text) { in writeData()
128 void writeAttributeValue(oslFileHandle handle, rtl::OUString const & value) { in writeAttributeValue()
173 void writeValueContent(oslFileHandle handle, sal_Bool value) { in writeValueContent()
181 void writeValueContent(oslFileHandle handle, sal_Int16 value) { in writeValueContent()
185 void writeValueContent(oslFileHandle handle, sal_Int32 value) { in writeValueContent()
189 void writeValueContent(oslFileHandle handle, sal_Int64 value) { in writeValueContent()
193 void writeValueContent(oslFileHandle handle, double value) { in writeValueContent()
197 void writeValueContent(oslFileHandle handle, rtl::OUString const & value) { in writeValueContent()
[all …]
/trunk/main/sal/osl/unx/
H A Dfile.cxx728 extern "C" oslFileHandle osl_createFileHandleFromFD( int fd ) in osl_createFileHandleFromFD()
756 return (oslFileHandle)(pImpl); in osl_createFileHandleFromFD()
830 SAL_CALL osl_openFile( rtl_uString* ustrFileURL, oslFileHandle* pHandle, sal_uInt32 uFlags ) in osl_openFile()
957 *pHandle = (oslFileHandle)(pImpl); in osl_openFile()
965 SAL_CALL osl_closeFile( oslFileHandle Handle ) in osl_closeFile()
997 SAL_CALL osl_syncFile(oslFileHandle Handle) in osl_syncFile()
1021 oslFileHandle Handle, in osl_mapFile()
1128 oslFileHandle Handle, in osl_readLine()
1151 oslFileHandle Handle, in osl_readFile()
1180 oslFileHandle Handle, in osl_writeFile()
[all …]
H A Dprocess.c74 extern oslFileHandle osl_createFileHandleFromFD( int fd );
98 oslFileHandle *m_pInputWrite;
99 oslFileHandle *m_pOutputRead;
100 oslFileHandle *m_pErrorRead;
122 oslFileHandle *pInputWrite,
123 oslFileHandle *pOutputRead,
124 oslFileHandle *pErrorRead );
688 oslFileHandle *pInputWrite, in osl_executeProcess_WithRedirectedIO()
689 oslFileHandle *pOutputRead, in osl_executeProcess_WithRedirectedIO()
690 oslFileHandle *pErrorRead in osl_executeProcess_WithRedirectedIO()
[all …]
H A Dtempfile.c172 oslFileHandle* pHandle, in osl_setup_createTempFile_impl_()
204 oslFileHandle* file_handle, in osl_create_temp_file_impl_()
308 oslFileHandle* pHandle, in osl_createTempFile()
313 oslFileHandle temp_file_handle; in osl_createTempFile()
/trunk/main/sal/osl/w32/
H A Dfile.cxx665 extern "C" oslFileHandle
701 return (oslFileHandle)(pImpl); in osl_createFileHandleFromOSHandle()
708 oslFileHandle * pHandle, in osl_openFile()
747 SAL_CALL osl_syncFile(oslFileHandle Handle) in osl_syncFile()
767 SAL_CALL osl_closeFile(oslFileHandle Handle) in osl_closeFile()
795 oslFileHandle Handle, in osl_mapFile()
890 oslFileHandle Handle, in osl_readLine()
910 oslFileHandle Handle, in osl_readFile()
931 oslFileHandle Handle, in osl_writeFile()
953 oslFileHandle Handle, in osl_readFileAt()
[all …]
H A Dtempfile.cxx49 extern "C" oslFileHandle SAL_CALL osl_createFileHandleFromOSHandle(HANDLE hFile, sal_uInt32 uFlags);
86 oslFileHandle* pHandle, in osl_setup_createTempFile_impl_()
130 LPCWSTR file_name, sal_Bool b_delete_on_close, oslFileHandle* p_handle) in osl_win32_CreateFile_impl_()
161 oslFileHandle* pHandle, in osl_createTempFile_impl_()
192 oslFileHandle* pHandle, in osl_createTempFile()
H A Dprocimpl.cxx54 extern "C" oslFileHandle SAL_CALL osl_createFileHandleFromOSHandle( HANDLE hFile, sal_uInt32 uFlags…
438 oslFileHandle *pProcessInputWrite, in osl_executeProcess_WithRedirectedIO()
439 oslFileHandle *pProcessOutputRead, in osl_executeProcess_WithRedirectedIO()
440 oslFileHandle *pProcessErrorRead) in osl_executeProcess_WithRedirectedIO()
/trunk/main/sal/osl/os2/
H A Dprocess.c95 oslFileHandle *pInputWrite,
96 oslFileHandle *pOutputRead,
97 oslFileHandle *pErrorRead );
129 oslFileHandle *pInputWrite, in osl_executeProcess_WithRedirectedIO()
130 oslFileHandle *pOutputRead, in osl_executeProcess_WithRedirectedIO()
131 oslFileHandle *pErrorRead in osl_executeProcess_WithRedirectedIO()
352 oslFileHandle *pInputWrite, in osl_psz_executeProcess()
353 oslFileHandle *pOutputRead, in osl_psz_executeProcess()
354 oslFileHandle *pErrorRead in osl_psz_executeProcess()
H A Dfile.cxx88 extern "C" oslFileHandle osl_createFileHandleFromFD( int fd );
1270 extern "C" oslFileHandle osl_createFileHandleFromFD( int fd ) in osl_createFileHandleFromFD()
1298 return (oslFileHandle)(pImpl); in osl_createFileHandleFromFD()
1372 SAL_CALL osl_openFile( rtl_uString* ustrFileURL, oslFileHandle* pHandle, sal_uInt32 uFlags ) in osl_openFile()
1499 *pHandle = (oslFileHandle)(pImpl); in osl_openFile()
1507 SAL_CALL osl_closeFile( oslFileHandle Handle ) in osl_closeFile()
1536 SAL_CALL osl_syncFile(oslFileHandle Handle) in osl_syncFile()
1558 oslFileHandle Handle, in osl_mapFile()
1646 oslFileHandle Handle, in osl_readLine()
1668 oslFileHandle Handle, in osl_readFile()
[all …]
H A Dtempfile.c161 oslFileHandle* pHandle, in osl_setup_createTempFile_impl_()
193 oslFileHandle* file_handle, in osl_create_temp_file_impl_()
297 oslFileHandle* pHandle, in osl_createTempFile()
302 oslFileHandle temp_file_handle; in osl_createTempFile()
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx162 oslFileHandle *pIn, oslFileHandle *pOut, oslFileHandle *pErr) in runProcessWithPathSearch()
221 oslFileHandle pIn = NULL; in RenderAsEMF()
222 oslFileHandle pOut = NULL; in RenderAsEMF()
223 oslFileHandle pErr = NULL; in RenderAsEMF()
263 oslFileHandle pIn = NULL; in RenderAsPNGThroughHelper()
264 oslFileHandle pOut = NULL; in RenderAsPNGThroughHelper()
265 oslFileHandle pErr = NULL; in RenderAsPNGThroughHelper()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx183 inline FileHandleGuard(oslFileHandle & rHandle) SAL_THROW(()):
188 inline oslFileHandle & getHandle() SAL_THROW(()) { return m_rHandle; } in getHandle()
191 oslFileHandle & m_rHandle;
219 inline FileHandleReader(oslFileHandle & rHandle) SAL_THROW(()):
301 AsynchReader(oslFileHandle & rHandle);
312 AsynchReader::AsynchReader(oslFileHandle & rHandle): in AsynchReader()
411 oslFileHandle fileOut= 0; in getJavaProps()
412 oslFileHandle fileErr= 0; in getJavaProps()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx147 const oslFileHandle m_pErr;
188 oslFileHandle pErr, in Parser()
882 oslFileError readLine( oslFileHandle pFile, ::rtl::OStringBuffer& line ) in readLine()
1039 oslFileHandle pIn = NULL; in xpdf_ImportFromFile()
1040 oslFileHandle pOut = NULL; in xpdf_ImportFromFile()
1041 oslFileHandle pErr = NULL; in xpdf_ImportFromFile()
1106 oslFileHandle aFile = NULL; in xpdf_ImportFromStream()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcfunc.cxx45 oslFileHandle aFile = reinterpret_cast< oslFileHandle >( stream ); in file_write()
H A Dftpinpstr.hxx67 FTPInputStream(oslFileHandle tmpfl = 0);
133 oslFileHandle m_tmpfl;
H A Dftpurl.cxx415 oslFileHandle FTPURL::open() in open()
427 oslFileHandle res( NULL ); in open()
/trunk/main/store/source/
H A Dlockbyte.cxx157 oslFileHandle m_handle;
268 static void closeFile (oslFileHandle hFile) in closeFile()
293 oslFileHandle m_hFile;
484 oslFileError initialize (oslFileHandle hFile) in initialize()
/trunk/main/store/workben/
H A Dt_page.cxx933 oslFileHandle m_handle;
937 operator oslFileHandle() { return m_handle; } in operator oslFileHandle()
989 oslFileError initialize (oslFileHandle hFile) in initialize()
1021 oslFileHandle m_hFile;
1028 explicit FilePageAccess (oslFileHandle hFile = 0) : m_hFile (hFile) {} in FilePageAccess()
/trunk/main/sal/qa/rtl/process/
H A Drtl_Process.cxx233 oslFileHandle* pChildOutputRead = new oslFileHandle(); in TEST_F()
/trunk/main/sdext/source/pdfimport/
H A Dfilterdet.cxx209 oslFileHandle m_aReadHandle;
419 oslFileHandle aFile = NULL; in detect()
589 oslFileHandle aRead = NULL; in checkDocChecksum()
/trunk/main/sdext/source/pdfimport/test/
H A Dpdfunzip.cxx63 oslFileHandle m_aHandle;
64 oslFileHandle m_aReadHandle;
/trunk/main/sal/workben/
H A Dt_readline.c40 oslFileHandle hFile = 0; in main()

12