signon
8.42
|
Handles mounting and unmounting of file systems. More...
#include <crypto-handlers.h>
Static Public Member Functions | |
static bool | mount (const QString &source, const QString &target, const QString &fileSystemType=QLatin1String("ext2")) |
Mounts a block device to a specific location. | |
static bool | umount (const QString &target) |
Unmounts a block device from a specific location. |
Handles mounting and unmounting of file systems.
Definition at line 128 of file crypto-handlers.h.
|
static |
Mounts a block device to a specific location.
toMount | File system to be mounted. |
mounthPath | Path to where the file system will be mounted. |
fileSystemType | The type of the file system to be mounted. |
Definition at line 162 of file crypto-handlers.cpp.
|
static |
Unmounts a block device from a specific location.
mounthPath | Path of the file system to be unmounted. |
Definition at line 173 of file crypto-handlers.cpp.
References TRACE.