![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qplatformdefs.h"
#include "private/qabstractfileengine_p.h"
#include "private/qfiledevice_p.h"
#include "private/qfsfileengine_p.h"
#include "private/qcore_unix_p.h"
#include "qfilesystementry_p.h"
#include "qfilesystemengine_p.h"
#include "qcoreapplication.h"
#include "qfile.h"
#include "qdir.h"
#include "qdatetime.h"
#include "qvarlengtharray.h"
#include <sys/mman.h>
#include <stdlib.h>
#include <limits.h>
#include <errno.h>
Go to the source code of this file.
Functions | |
static QT_BEGIN_NAMESPACE int | openModeToOpenFlags (QIODevice::OpenMode mode) |
static QString | msgOpenDirectory () |
|
inlinestatic |
Definition at line 63 of file qfsfileengine_unix.cpp.
|
inlinestatic |
Returns the stdio open flags corresponding to a QIODevice::OpenMode.
Definition at line 36 of file qfsfileengine_unix.cpp.