Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qstorageinfo_mac.cpp File Reference

(2a210e25b6c19231e9b98c14bfdf4d1376d43e97)

#include "qstorageinfo_p.h"
#include <QtCore/qfileinfo.h>
#include <QtCore/private/qcore_mac_p.h>
#include <CoreFoundation/CoreFoundation.h>
#include <CoreFoundation/CFURLEnumerator.h>
#include <sys/mount.h>
Include dependency graph for qstorageinfo_mac.cpp:

Go to the source code of this file.

Macros

#define QT_STATFSBUF   struct statfs
#define QT_STATFS   ::statfs

Functions

static qint64 CFDictionaryGetInt64 (CFDictionaryRef dictionary, const void *key)

Macro Definition Documentation

◆ QT_STATFS

#define QT_STATFS   ::statfs

Definition at line 16 of file qstorageinfo_mac.cpp.

◆ QT_STATFSBUF

#define QT_STATFSBUF   struct statfs

Definition at line 15 of file qstorageinfo_mac.cpp.

Function Documentation

◆ CFDictionaryGetInt64()

qint64 CFDictionaryGetInt64 ( CFDictionaryRef dictionary,
const void * key )
inlinestatic

Definition at line 54 of file qstorageinfo_mac.cpp.