signon
8.58
|
#include "debug.h"
#include "misc.h"
#include <errno.h>
#include <unistd.h>
#include <sys/stat.h>
#include <QDir>
Go to the source code of this file.
Functions | |
bool | setUserOwnership (const QString &filePath) |
bool | setFilePermissions (const QString &filePath, const QFile::Permissions desiredPermissions, bool keepExisting) |
bool setFilePermissions | ( | const QString & | filePath, |
const QFile::Permissions | desiredPermissions, | ||
bool | keepExisting | ||
) |
Definition at line 51 of file misc.cpp.
Referenced by PartitionHandler::createPartitionFile().