Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qfsfileengine.cpp File Reference
#include "qfsfileengine_p.h"
#include "qfsfileengine_iterator_p.h"
#include "qfilesystemengine_p.h"
#include "qdatetime.h"
#include "qdiriterator.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 52 of file qfsfileengine.cpp.

◆ UnsignedIOType

typedef size_t UnsignedIOType

Definition at line 53 of file qfsfileengine.cpp.

Function Documentation

◆ processOpenModeFlags()

ProcessOpenModeResult processOpenModeFlags ( QIODevice::OpenMode  openMode)

Definition at line 136 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: