KDECore
#include "kmountpoint.h"
#include <config.h>
#include <stdlib.h>
#include <QtCore/QFile>
#include <QtCore/QTextIStream>
#include "kstandarddirs.h"
#include <windows.h>
#include <QDir>
#include "kdebug.h"
Go to the source code of this file.
|
static Qt::CaseSensitivity | cs = Qt::CaseInsensitive |
|
◆ ENDMNTENT
◆ FSNAME
#define FSNAME |
( |
|
var | ) |
var.mnt_special |
◆ FSTAB
#define FSTAB "/etc/fstab" |
◆ GETMNTENT
#define GETMNTENT |
( |
|
file, |
|
|
|
var |
|
) |
| (getmntent(file, &var) == 0) |
◆ MNTTAB
#define MNTTAB "/etc/mnttab" |
◆ MOUNTOPTIONS
#define MOUNTOPTIONS |
( |
|
var | ) |
var.mnt_mntopts |
◆ MOUNTPOINT
#define MOUNTPOINT |
( |
|
var | ) |
var.mnt_mountp |
◆ MOUNTTYPE
#define MOUNTTYPE |
( |
|
var | ) |
var.mnt_fstype |
◆ SETMNTENT
◆ STRUCT_MNTENT
#define STRUCT_MNTENT struct mnttab |
◆ STRUCT_SETMNTENT
#define STRUCT_SETMNTENT FILE * |
◆ devNameFromOptions()
static QString devNameFromOptions |
( |
const QStringList & |
options | ) |
|
|
static |
When using supermount, the device name is in the options field as dev=/my/device.
Definition at line 161 of file kmountpoint.cpp.
◆ pathsAreParentAndChildOrEqual()
static bool pathsAreParentAndChildOrEqual |
( |
const QString & |
parent, |
|
|
const QString & |
child |
|
) |
| |
|
static |
◆ cs
Qt::CaseSensitivity cs = Qt::CaseInsensitive |
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 26 2021 00:00:00 by
doxygen 1.9.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.