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,
1016 _DeleteNode(fBaseNode, notify && _WatchFilesOnly());
1022 ? !_WatchFilesOnly() : !_WatchDirectoriesOnly())) {
1189 if (_WatchFilesOnly() && isDirectory) {
1302 bool notifyFilesRecursively = _WatchFilesOnly() && isDirectory;
1367 if (isDirectory ? _WatchFilesOnly() : _WatchDirectoriesOnly())
1775 status_t error = _AddNode(nodeRef, isDirectory, notify && _WatchFilesOnly(),
1808 _DeleteNode(node, notify && _WatchFilesOnly());
1843 if (isDirectory ? _WatchFilesOnly()
1944 PathHandler::_WatchFilesOnly() const function in class:__anon3::PathHandler
[all...]

Completed in 32 milliseconds