#include "config.h"
#include <cstdio>
#include <dirent.h>
#include <unistd.h>
#include <fcntl.h>
#include <fstab.h>
#include <sys/file.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <sys/param.h>
#include <iostream>
#include <QList>
#include <QTextStream>
#include <QDir>
#include <QFile>
#include "mythmediamonitor.h"
#include "mediamonitor-unix.h"
#include "mythconfig.h"
#include "mythcorecontext.h"
#include "mythcdrom.h"
#include "mythhdd.h"
#include "mythlogging.h"
#include "mythsystemlegacy.h"
#include "exitcodes.h"
Go to the source code of this file.
|
static const std::string | kSuperOptDev { "dev=" } |
|
static const QString | LOC = QString("MMUnix:") |
|
◆ MNTTYPE_UDF
#define MNTTYPE_UDF "udf" |
◆ MNTTYPE_AUTO
#define MNTTYPE_AUTO "auto" |
◆ MNTTYPE_SUPERMOUNT
#define MNTTYPE_SUPERMOUNT "supermount" |
◆ fstabError()
static void fstabError |
( |
const QString & |
methodName | ) |
|
|
static |
◆ statError()
static void statError |
( |
const QString & |
methodName, |
|
|
const QString & |
devPath |
|
) |
| |
|
static |
◆ LookupModel()
◆ kSuperOptDev
const std::string kSuperOptDev { "dev=" } |
|
static |
◆ LOC
const QString LOC = QString("MMUnix:") |
|
static |