Home
last modified time | relevance | path

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

/haiku/docs/user/storage/
H A DNodeMonitor.dox51 \var B_WATCH_NAME
319 - \a flags contains at least one of \c B_WATCH_NAME, \c B_WATCH_STAT,
324 - \c B_WATCH_NAME
336 \retval B_BAD_VALUE \a flags did not include one of \c B_WATCH_NAME,
350 - \a flags contains at least one of \c B_WATCH_NAME, \c B_WATCH_STAT,
355 - \c B_WATCH_NAME
370 \retval B_BAD_VALUE \a flags did not include one of \c B_WATCH_NAME,
387 - \a flags contains at least one of \c B_WATCH_NAME, \c B_WATCH_STAT,
396 - \c B_WATCH_NAME
428 - \a flags contains at least one of \c B_WATCH_NAME, \c B_WATCH_STAT,
[all …]
/haiku/headers/os/storage/
H A DNodeMonitor.h19 B_WATCH_NAME = 0x0001, enumerator
/haiku/src/kits/storage/
H A DNodeMonitor.cpp29 if ((flags & (B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR)) == 0) in watch_volume()
H A DPathMonitor.cpp763 fFlags &= ~uint32(B_WATCH_NAME | B_WATCH_DIRECTORY); in PathHandler()
768 | B_WATCH_NAME); in PathHandler()
/haiku/src/kits/tracker/
H A DDesktopPoseView.cpp94 B_WATCH_DIRECTORY | B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, in InitDesktopDirentIterator()
H A DQueryPoseView.cpp287 TTracker::WatchNode(sourceModel.NodeRef(), B_WATCH_NAME | B_WATCH_STAT in InitDirentIterator()
377 return B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR; in WatchNewNodeMask()
H A DFSClipboard.cpp673 TTracker::WatchNode(node, B_WATCH_NAME, this); in AddNode()
823 TTracker::WatchNode(&tcnode->node, B_WATCH_NAME, this); in UpdatePoseViews()
H A DVirtualDirectoryPoseView.cpp151 B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, this); in StartWatching()
H A DModel.cpp907 B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, target); in WatchVolumeAndMountPoint()
911 B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, target); in WatchVolumeAndMountPoint()
H A DPoseView.cpp1200 | B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, this); in InitDirentIterator()
1718 pose->TargetModel()->WatchVolumeAndMountPoint(B_WATCH_NAME in CreateVolumePose()
5545 WatchNewNode(&nref, B_WATCH_STAT | B_WATCH_ATTR | B_WATCH_NAME in CreateSymlinkPoseTarget()
H A DContainerWindow.cpp4196 watch_node(&ref, B_WATCH_NAME, this); in SetPathWatchingEnabled()
/haiku/src/apps/musiccollection/
H A DFileMonitor.cpp109 watch_node(&file.node, B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, this); in EntryCreated()
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp674 _GetInterestedVolumeListeners(device, B_WATCH_NAME, in NotifyEntryCreatedOrRemoved()
678 _GetInterestedMonitorListeners(device, node, B_WATCH_NAME, in NotifyEntryCreatedOrRemoved()
722 _GetInterestedVolumeListeners(device, B_WATCH_NAME, in NotifyEntryMoved()
725 _GetInterestedMonitorListeners(nodeDevice, node, B_WATCH_NAME, in NotifyEntryMoved()
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h49 #define B_WATCH_NAME 0x0001 macro
/haiku/src/servers/index/
H A DVolumeWatcher.cpp454 watch_volume(fVolume.Device(), B_WATCH_NAME | B_WATCH_STAT, in StartWatching()
/haiku/src/apps/mail/
H A DEnclosures.cpp223 watch_node(item->NodeRef(), B_WATCH_NAME, this); in MessageReceived()
H A DContent.cpp1976 watch_node(&enclosure->node, B_WATCH_NAME, this); in Save()
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp380 watch_node(&node, B_WATCH_NAME, item); in _AddVolumeMenuItem()
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp272 if ((flags & B_WATCH_NAME) != 0) in watch_flags_to_string()
1399 B_WATCH_NAME, in main()
/haiku/docs/develop/file_systems/
H A Dnode_monitoring.rst72 - **B_WATCH_NAME**
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp754 B_WATCH_STAT | B_WATCH_NAME, sDriverWatcher); in handle_driver_events()
/haiku/src/apps/text_search/
H A DGrepWindow.cpp679 uint32 fileFlags = B_WATCH_NAME | B_WATCH_STAT; in _StartNodeMonitoring()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1077 #define B_WATCH_NAME FSSH_B_WATCH_NAME macro
/haiku/src/apps/deskbar/
H A DStatusView.cpp732 watch_node(&nodeRef, B_WATCH_NAME | B_WATCH_ATTR, this, Window()); in AddItem()