MythTV  master
Macros | Functions
mythmedia.cpp File Reference
#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"
Include dependency graph for mythmedia.cpp:

Go to the source code of this file.

Macros

#define O_NONBLOCK   0
 
#define LOC   QString("MythMediaDevice:")
 

Functions

static const QString PATHTO_PMOUNT ("/usr/bin/pmount")
 
static const QString PATHTO_PUMOUNT ("/usr/bin/pumount")
 
static const QString PATHTO_MOUNT ("/bin/mount")
 
static const QString PATHTO_UNMOUNT ("/bin/umount")
 
static const QString PATHTO_MOUNTS ("/proc/mounts")
 

Macro Definition Documentation

◆ O_NONBLOCK

#define O_NONBLOCK   0

Definition at line 26 of file mythmedia.cpp.

◆ LOC

#define LOC   QString("MythMediaDevice:")

Definition at line 29 of file mythmedia.cpp.

Function Documentation

◆ 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