#include "qplatformdefs.h"
#include "qfilesystemengine_p.h"
#include "qfile.h"
#include "qstorageinfo.h"
#include "qurl.h"
#include <QtCore/qoperatingsystemversion.h>
#include <QtCore/private/qcore_unix_p.h>
#include <QtCore/private/qfiledevice_p.h>
#include <QtCore/qvarlengtharray.h>
#include <QtCore/qstandardpaths.h>
#include <pwd.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <errno.h>
#include <chrono>
#include <memory>
Go to the source code of this file.
◆ _PATH_TMP
◆ anonymous enum
◆ createDirectoryWithParents()
static bool createDirectoryWithParents |
( |
const QByteArray & |
nativeName, |
|
|
mode_t |
mode, |
|
|
bool |
shouldMkdirFirst = true |
|
) |
| |
|
static |
◆ freeDesktopTrashLocation()
Definition at line 1187 of file qfilesystemengine_unix.cpp.
References QFileInfo::absoluteFilePath(), QDir::cd(), QByteArray::constData(), QFile::encodeName(), QFileDevice::ExeOwner, QDir::filePath(), QStandardPaths::GenericDataLocation, QDir::home(), QFileInfo::isDir(), QString::isEmpty(), QFileInfo::isSymLink(), QDir::mkdir(), QString::number(), QDir::path(), qCritical, qWarning, QFileDevice::ReadOwner, QStorageInfo::rootPath(), QFile::setPermissions(), QFileInfo::symLinkTarget(), QString::toLatin1(), QString::toLocal8Bit(), QStandardPaths::writableLocation(), and QFileDevice::WriteOwner.
◆ qt_fstatx()
static int qt_fstatx |
( |
int |
, |
|
|
struct statx * |
|
|
) |
| |
|
static |
◆ qt_lstatx()
static int qt_lstatx |
( |
const char * |
, |
|
|
struct statx * |
|
|
) |
| |
|
static |
◆ qt_statx()
static int qt_statx |
( |
const char * |
, |
|
|
struct statx * |
|
|
) |
| |
|
static |