KCoreAddons
kfilesystemtype.cpp
149 auto devPtr = UDevicePtr(udev_device_new_from_devnum(udevP.get(), 'b', buf.st_dev), udev_device_unref);
197 #elif defined(Q_OS_AIX) || defined(Q_OS_HPUX) || defined(Q_OS_QNX) || defined(Q_OS_SCO) || defined(Q_OS_UNIXWARE) || defined(Q_OS_RELIANT) \
225 } else if (KNetworkMounts::self()->isSlowPath(path, KNetworkMounts::KNetworkMountsType::NfsPaths)) {
static KNetworkMounts * self()
Returns (and creates if necessary) the singleton instance.
Definition: knetworkmounts.cpp:23
const QChar * constData() const const
@ Fuse
FUSE (Filesystem in USErspace), this is used for a variety of underlying filesystems.
Definition: kfilesystemtype.h:37
QString translate(const char *context, const char *sourceText, const char *disambiguation, int n)
Type type(const QSqlDatabase &db)
QByteArray encodeName(const QString &fileName)
KCOREADDONS_EXPORT Type fileSystemType(const QString &path)
For a given path, returns the filesystem type, one of KFileSystemType::Type values.
Definition: kfilesystemtype.cpp:221
@ Nfs
NFS or other full-featured networked filesystems (autofs, subfs, cachefs, sshfs)
Definition: kfilesystemtype.h:24
QString path(const QString &relativePath)
Absolute libexec path resolved in relative relation to the current shared object.
Definition: klibexec.h:48
QString name(StandardShortcut id)
KCOREADDONS_EXPORT QString fileSystemName(KFileSystemType::Type type)
Returns the possibly translated name of a filesystem corresponding to a value from KFileSystemType::T...
Definition: kfilesystemtype.cpp:232
int stat(const QString &path, KDE_struct_stat *buf)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:04:52 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:04:52 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.