![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qloggingcategory.h>
#include <QtCore/qsystemdetection.h>
#include <QtCore/qtenvironmentvariables.h>
#include <QtCore/private/qglobal_p.h>
#include "qstorageinfo.h"
Go to the source code of this file.
Functions | |
template<typename String > | |
QT_BEGIN_NAMESPACE static Q_LOGGING_CATEGORY(lcStorageInfo, "qt.core.qstorageinfo", QtWarningMsg) class QStorageInfoPrivate bool | isParentOf (const String &parent, const QString &dirName) |
static bool | shouldIncludeFs (const QString &mountDir, const QByteArray &fsType) |
|
inlinestatic |
Definition at line 83 of file qstorageinfo_p.h.
References QString::at(), parent, QString::size(), and QString::startsWith().
Referenced by shouldIncludeFs().
|
inlinestatic |
Definition at line 90 of file qstorageinfo_p.h.
References QByteArray::isEmpty(), and isParentOf().
Referenced by doParseMountInfo().