Home
last modified time | relevance | path

Searched refs:NeedMountOptions (Results 1 – 9 of 9) sorted by relevance

/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dkmountpoint.cpp207 if (infoNeeded & NeedMountOptions) { in possibleMountPoints()
253 if (infoNeeded & NeedMountOptions) { in possibleMountPoints()
314 if (infoNeeded & NeedMountOptions) { in currentMountPoints()
359 if (infoNeeded & NeedMountOptions) { in currentMountPoints()
H A Dkmountpoint.h73 NeedMountOptions = 1, enumerator
H A Dkcoredirlister.cpp553 …tPoint::List possibleMountPoints = KMountPoint::possibleMountPoints(KMountPoint::NeedMountOptions); in forgetDirs()
/dports/devel/kf5-kio/kio-5.89.0/autotests/
H A Dkmountpointtest.cpp85 …= KMountPoint::currentMountPoints(KMountPoint::NeedRealDeviceName | KMountPoint::NeedMountOptions); in testCurrentMountPointOptions()
140 … KMountPoint::possibleMountPoints(KMountPoint::NeedRealDeviceName | KMountPoint::NeedMountOptions); in testPossibleMountPoints()
/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/core/
H A Dsmb4khardwareinterface.cpp191 …ints = KMountPoint::currentMountPoints(KMountPoint::BasicInfoNeeded|KMountPoint::NeedMountOptions); in timerEvent()
H A Dsmb4kmounter.cpp244 …ints = KMountPoint::currentMountPoints(KMountPoint::BasicInfoNeeded|KMountPoint::NeedMountOptions); in import()
2107 …ints = KMountPoint::currentMountPoints(KMountPoint::BasicInfoNeeded|KMountPoint::NeedMountOptions); in slotAboutToQuit()
/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/helpers/
H A Dsmb4kmounthelper.cpp205 …ints = KMountPoint::currentMountPoints(KMountPoint::BasicInfoNeeded|KMountPoint::NeedMountOptions);
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/MountMan/
H A Dkmountman.cpp164 … KMountPoint::List possible = KMountPoint::possibleMountPoints(KMountPoint::NeedMountOptions); in mount()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkio.py5734 NeedMountOptions = 0 variable in KMountPoint