QuasarAppLib
|
The iPlatformUtils class bas interface for get access platform dependet functions and constants. More...
#include <qaplatformutils.h>
Public Member Functions | |
PlatformUtils () | |
Static Public Member Functions | |
static bool | isSnap () |
isSnap This method check destribution type. true if the application packed as a snap. | |
static QString | snapRootFS () |
snapRootFS returns root file system of main OS (available read only) | |
static QString | transportPathToSnapRoot (const QString &path) |
transportPathToSnapRoot change path to snap avaialble. | |
static bool | checkSystemBakupSnapInterface () |
checkSystemBakupSnapInterface This method check access to bakcup permision of snap pacakge. This permision required to get access to rootfs of main OS. | |
The iPlatformUtils class bas interface for get access platform dependet functions and constants.
Definition at line 20 of file qaplatformutils.h.
QuasarAppUtils::PlatformUtils::PlatformUtils | ( | ) |
checkSystemBakupSnapInterface This method check access to bakcup permision of snap pacakge. This permision required to get access to rootfs of main OS.
isSnap This method check destribution type. true if the application packed as a snap.
snapRootFS returns root file system of main OS (available read only)
|
static |
transportPathToSnapRoot change path to snap avaialble.
path | source path of main OS. |