Lines Matching refs:notify

554 									bool notify);
556 bool notify);
565 bool dryRun, bool notify, Entry** _entry);
568 bool notify, Entry** _keepEntry);
579 bool isDirectory, bool notify,
581 void _DeleteNode(Node* node, bool notify);
586 bool isDirectory, bool notify,
588 void _DeleteEntry(Entry* entry, bool notify);
590 Entry* entry, bool notify);
965 PathHandler::_StartWatchingAncestors(Ancestor* startAncestor, bool notify)
968 startAncestor, notify);
992 if (notify) {
1002 fBaseAncestor->IsDirectory(), notify && _WatchFilesOnly(), NULL,
1012 PathHandler::_StopWatchingAncestors(Ancestor* ancestor, bool notify)
1016 _DeleteNode(fBaseNode, notify && _WatchFilesOnly());
1020 if (notify && fBaseAncestor->Exists()
1188 // notify
1376 const node_ref& nodeRef, bool isDirectory, bool dryRun, bool notify,
1472 true, false, notify, NULL);
1498 _AddEntryIfNeeded(directory, entryRef.name, nodeRef, isDirectory, notify,
1506 const node_ref& nodeRef, bool dryRun, bool notify, Entry** _keepEntry)
1557 if (notify && (fFlags & B_WATCH_DIRECTORY) != 0) {
1597 _DeleteEntry(nodeEntry, notify);
1643 PathHandler::_AddNode(const node_ref& nodeRef, bool isDirectory, bool notify,
1647 ", isDirectory: %d, notify: %d)\n", this, nodeRef.device, nodeRef.node,
1648 isDirectory, notify);
1713 node_ref(st.st_dev, st.st_ino), isDirectory, notify);
1716 ", isDirectory: %d, notify: %d): failed to add directory "
1718 isDirectory, notify, entryRef.name);
1728 PathHandler::_DeleteNode(Node* node, bool notify)
1734 _DeleteEntryAlreadyRemovedFromParent(entry, notify);
1756 const node_ref& nodeRef, bool isDirectory, bool notify,
1761 ", isDirectory: %d, notify: %d)\n", this, directory->NodeRef().device,
1763 isDirectory, notify);
1775 status_t error = _AddNode(nodeRef, isDirectory, notify && _WatchFilesOnly(),
1783 if (notify)
1793 PathHandler::_DeleteEntry(Entry* entry, bool notify)
1796 _DeleteEntryAlreadyRemovedFromParent(entry, notify);
1801 PathHandler::_DeleteEntryAlreadyRemovedFromParent(Entry* entry, bool notify)
1803 if (notify)
1808 _DeleteNode(node, notify && _WatchFilesOnly());