![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qstorageinfo_p.h"#include <QtCore/qfileinfo.h>#include <QtCore/qtextstream.h>#include <QtCore/private/qcore_unix_p.h>#include <QtCore/private/qlocale_tools_p.h>#include <errno.h>#include <sys/stat.h>#include <sys/statvfs.h>Go to the source code of this file.
Classes | |
| class | QStorageIterator |
Macros | |
| #define | QT_STATFSBUF struct statvfs |
| #define | QT_STATFS ::statvfs |
| #define | _PATH_MOUNTED "/etc/mnttab" |
Functions | |
| static QString | retrieveLabel (const QByteArray &device) |
| #define _PATH_MOUNTED "/etc/mnttab" |
Definition at line 71 of file qstorageinfo_unix.cpp.
| #define QT_STATFS ::statvfs |
Definition at line 63 of file qstorageinfo_unix.cpp.
| #define QT_STATFSBUF struct statvfs |
Definition at line 62 of file qstorageinfo_unix.cpp.
|
inlinestatic |
Definition at line 370 of file qstorageinfo_unix.cpp.