Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qfsfileengine.cpp File Reference

(df6b74f4617bf0ba14420ed15fcc5866cccfb7d0)

#include "qfsfileengine_p.h"
#include "qfsfileengine_iterator_p.h"
#include "qfilesystemengine_p.h"
#include "qdatetime.h"
#include "qset.h"
#include <QtCore/qdebug.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
+ Include dependency graph for qfsfileengine.cpp:

Go to the source code of this file.

Typedefs

typedef ssize_t SignedIOType
 
typedef size_t UnsignedIOType
 

Functions

ProcessOpenModeResult processOpenModeFlags (QIODevice::OpenMode openMode)
 

Typedef Documentation

◆ SignedIOType

typedef ssize_t SignedIOType

Definition at line 51 of file qfsfileengine.cpp.

◆ UnsignedIOType

typedef size_t UnsignedIOType

Definition at line 52 of file qfsfileengine.cpp.

Function Documentation

◆ processOpenModeFlags()

ProcessOpenModeResult processOpenModeFlags ( QIODevice::OpenMode openMode)

Definition at line 135 of file qfsfileengine.cpp.

References QIODeviceBase::Append, QIODeviceBase::ExistingOnly, QIODeviceBase::NewOnly, qWarning, QIODeviceBase::ReadOnly, QIODeviceBase::Truncate, and QIODeviceBase::WriteOnly.

Referenced by QFSFileEngine::open(), QFSFileEngine::open(), and QFSFileEngine::open().

+ Here is the caller graph for this function: