KMountPoint::List Class
class KMountPoint::ListPublic Functions
KMountPoint::Ptr | findByDevice(const QString &device) const |
KMountPoint::Ptr | findByPath(const QString &path) const |
Detailed Description
List of mount points.
Member Function Documentation
KMountPoint::Ptr List::findByDevice(const QString &device) const
Returns the mount point associated with device, i.e. the one where mountedFrom() == device (after symlink resolution).
Returns the mountpoint, or nullptr
if this device doesn't exist or isn't mounted
KMountPoint::Ptr List::findByPath(const QString &path) const
Find the mountpoint on which resides path For instance if /home is a separate partition, findByPath("/home/user/blah") will return /home
path the path to check
Returns the mount point of the given file