Home
last modified time | relevance | path

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

/haiku/src/kits/storage/
H A DPathMonitor.cpp614 bool _WatchFilesOnly() const;
1002 fBaseAncestor->IsDirectory(), notify && _WatchFilesOnly(), NULL, in _StartWatchingAncestors()
1016 _DeleteNode(fBaseNode, notify && _WatchFilesOnly()); in _StopWatchingAncestors()
1022 ? !_WatchFilesOnly() : !_WatchDirectoriesOnly())) { in _StopWatchingAncestors()
1189 if (_WatchFilesOnly() && isDirectory) { in _EntryMoved()
1302 bool notifyFilesRecursively = _WatchFilesOnly() && isDirectory; in _EntryMoved()
1367 if (isDirectory ? _WatchFilesOnly() : _WatchDirectoriesOnly()) in _NodeChanged()
1775 status_t error = _AddNode(nodeRef, isDirectory, notify && _WatchFilesOnly(), in _AddEntryIfNeeded()
1808 _DeleteNode(node, notify && _WatchFilesOnly()); in _DeleteEntryAlreadyRemovedFromParent()
1843 if (isDirectory ? _WatchFilesOnly() : _WatchDirectoriesOnly()) in _NotifyEntryCreatedOrRemoved()
[all …]