LibreOffice Module tools (master) 1
|
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
#include <tools/stream.hxx>
#include <map>
#include <mutex>
#include <osl/thread.h>
#include <sal/log.hxx>
#include <osl/file.hxx>
#include <osl/detail/file.h>
Go to the source code of this file.
Functions | |
static ErrCode | GetSvError (int nErrno) |
static ErrCode | GetSvError (oslFileError nErrno) |
Definition at line 95 of file strmunx.cxx.
References ERRCODE_NONE, i, SVSTREAM_ACCESS_DENIED, SVSTREAM_CANNOT_MAKE, SVSTREAM_DISK_FULL, SVSTREAM_FILE_NOT_FOUND, SVSTREAM_GENERALERROR, SVSTREAM_INVALID_HANDLE, SVSTREAM_INVALID_PARAMETER, SVSTREAM_LOCKING_VIOLATION, SVSTREAM_PATH_NOT_FOUND, and SVSTREAM_TOO_MANY_OPEN_FILES.
Referenced by SvFileStream::FlushData(), SvFileStream::GetData(), SvFileStream::Open(), SvFileStream::PutData(), and SvFileStream::SetSize().
|
static |
Definition at line 147 of file strmunx.cxx.
References ERRCODE_NONE, i, SVSTREAM_ACCESS_DENIED, SVSTREAM_CANNOT_MAKE, SVSTREAM_DISK_FULL, SVSTREAM_FILE_NOT_FOUND, SVSTREAM_GENERALERROR, SVSTREAM_INVALID_HANDLE, SVSTREAM_INVALID_PARAMETER, SVSTREAM_LOCKING_VIOLATION, SVSTREAM_PATH_NOT_FOUND, and SVSTREAM_TOO_MANY_OPEN_FILES.