Home
last modified time | relevance | path

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

/dports/devel/kf5-kcoreaddons/kcoreaddons-5.89.0/src/lib/io/
H A Dkdirwatch.h169 bool restartDirScan(const QString &path);
H A Dkdirwatch.cpp1954 bool KDirWatch::restartDirScan(const QString &_path) in restartDirScan() function in KDirWatch
/dports/devel/kf5-kcoreaddons/kcoreaddons-5.89.0/tests/
H A Dkdirwatchtest.cpp62 if (!dirwatch1->restartDirScan(home)) { in main()
H A Dkdirwatchtest_gui.cpp94 w2->restartDirScan(QLatin1String(a.toLatin1().constData())); in slotDir2()
/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Ddeletejob.cpp476 KDirWatch::self()->restartDirScan(*it); in restoreDirWatch()
H A Dcopyjob.cpp2226 KDirWatch::self()->restartDirScan(dir); in emitResult()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/project/
H A Dabstractfilemanagerplugin.cpp405 if (!watcher->restartDirScan(path)) { in continueWatcher()
/dports/devel/kf5-kcoreaddons/kcoreaddons-5.89.0/autotests/
H A Dkdirwatch_unittest.cpp785 watch.restartDirScan(m_path); in stopAndRestart()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkio.py3996 def restartDirScan(self, path): member in KDirWatch