#include <fcntl.h>
#include <unistd.h>
#include <utility>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/param.h>
#include <QtGlobal>
#include <QDir>
#include <QFileInfo>
#include <QFileInfoList>
#include <QRegularExpression>
#include <QTextStream>
#include "mythmedia.h"
#include "mythlogging.h"
#include "mythmiscutil.h"
#include "mythsystemlegacy.h"
#include "exitcodes.h"
Go to the source code of this file.
◆ O_NONBLOCK
◆ LOC
#define LOC QString("MythMediaDevice:") |
◆ PATHTO_PMOUNT()
static const QString PATHTO_PMOUNT |
( |
"/usr/bin/pmount" |
| ) |
|
|
static |
◆ PATHTO_PUMOUNT()
static const QString PATHTO_PUMOUNT |
( |
"/usr/bin/pumount" |
| ) |
|
|
static |
◆ PATHTO_MOUNT()
static const QString PATHTO_MOUNT |
( |
"/bin/mount" |
| ) |
|
|
static |
◆ PATHTO_UNMOUNT()
static const QString PATHTO_UNMOUNT |
( |
"/bin/umount" |
| ) |
|
|
static |
◆ PATHTO_MOUNTS()
static const QString PATHTO_MOUNTS |
( |
"/proc/mounts" |
| ) |
|
|
static |