Home
last modified time | relevance | path

Searched defs:deleteEmptyDirs (Results 1 – 5 of 5) sorted by relevance

/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/versioner/
H A Dempty_dir_tracker.go43 func (t emptyDirTracker) deleteEmptyDirs(fs fs.Filesystem) { func
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/support/
H A DCollectionLocationDelegateImpl.cpp93 CollectionLocationDelegateImpl::deleteEmptyDirs( CollectionLocation *loc ) const in deleteEmptyDirs() function in CollectionLocationDelegateImpl
/dports/devel/dep/dep-0.5.4/gps/
H A Dprune.go409 func deleteEmptyDirs(fsState filesystemState) error { func
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/internal/p2/core/helpers/
H A DFileUtils.java145 public static void deleteEmptyDirs(File dir) throws IOException { in deleteEmptyDirs() method in FileUtils
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/control/
H A DAddOnInstaller.java852 private static void deleteEmptyDirs(File dir) { in deleteEmptyDirs() method in AddOnInstaller