KCoreAddons
kfilesystemtype.cpp
162 auto devPtr = UDevicePtr(udev_device_new_from_devnum(udevP.get(), 'b', buf.st_dev), udev_device_unref);
212#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) \
241 } else if (KNetworkMounts::self()->isSlowPath(path, KNetworkMounts::KNetworkMountsType::NfsPaths)) {
static KNetworkMounts * self()
Returns (and creates if necessary) the singleton instance.
Definition knetworkmounts.cpp:23
Provides utility functions for the type of file systems.
@ Fuse
FUSE (Filesystem in USErspace), this is used for a variety of underlying filesystems.
Definition kfilesystemtype.h:37
@ Nfs
NFS or other full-featured networked filesystems (autofs, subfs, cachefs, sshfs)
Definition kfilesystemtype.h:24
KCOREADDONS_EXPORT Type fileSystemType(const QString &path)
For a given path, returns the filesystem type, one of KFileSystemType::Type values.
Definition kfilesystemtype.cpp:237
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:248
KIOCORE_EXPORT StatJob * stat(const QUrl &url, JobFlags flags=DefaultFlags)
QString path(const QString &relativePath)
Absolute libexec path resolved in relative relation to the current shared object.
Definition klibexec.h:48
QString translate(const char *context, const char *sourceText, const char *disambiguation, int n)
QByteArray encodeName(const QString &fileName)
const QChar * constData() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 18 2025 12:05:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 18 2025 12:05:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.