/haiku/docs/user/storage/ |
H A D | NodeMonitor.dox | 51 \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 D | NodeMonitor.h | 19 B_WATCH_NAME = 0x0001, enumerator
|
/haiku/src/kits/storage/ |
H A D | NodeMonitor.cpp | 29 if ((flags & (B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR)) == 0) in watch_volume()
|
H A D | PathMonitor.cpp | 763 fFlags &= ~uint32(B_WATCH_NAME | B_WATCH_DIRECTORY); in PathHandler() 768 | B_WATCH_NAME); in PathHandler()
|
/haiku/src/kits/tracker/ |
H A D | DesktopPoseView.cpp | 94 B_WATCH_DIRECTORY | B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, in InitDesktopDirentIterator()
|
H A D | QueryPoseView.cpp | 287 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 D | FSClipboard.cpp | 673 TTracker::WatchNode(node, B_WATCH_NAME, this); in AddNode() 823 TTracker::WatchNode(&tcnode->node, B_WATCH_NAME, this); in UpdatePoseViews()
|
H A D | VirtualDirectoryPoseView.cpp | 151 B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, this); in StartWatching()
|
H A D | Model.cpp | 907 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 D | PoseView.cpp | 1200 | 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 D | ContainerWindow.cpp | 4196 watch_node(&ref, B_WATCH_NAME, this); in SetPathWatchingEnabled()
|
/haiku/src/apps/musiccollection/ |
H A D | FileMonitor.cpp | 109 watch_node(&file.node, B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, this); in EntryCreated()
|
/haiku/src/system/kernel/fs/ |
H A D | node_monitor.cpp | 674 _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 D | fsproto.h | 49 #define B_WATCH_NAME 0x0001 macro
|
/haiku/src/servers/index/ |
H A D | VolumeWatcher.cpp | 454 watch_volume(fVolume.Device(), B_WATCH_NAME | B_WATCH_STAT, in StartWatching()
|
/haiku/src/apps/mail/ |
H A D | Enclosures.cpp | 223 watch_node(item->NodeRef(), B_WATCH_NAME, this); in MessageReceived()
|
H A D | Content.cpp | 1976 watch_node(&enclosure->node, B_WATCH_NAME, this); in Save()
|
/haiku/src/preferences/virtualmemory/ |
H A D | SettingsWindow.cpp | 380 watch_node(&node, B_WATCH_NAME, item); in _AddVolumeMenuItem()
|
/haiku/src/tests/kits/storage/testapps/ |
H A D | PathMonitorTest2.cpp | 272 if ((flags & B_WATCH_NAME) != 0) in watch_flags_to_string() 1399 B_WATCH_NAME, in main()
|
/haiku/docs/develop/file_systems/ |
H A D | node_monitoring.rst | 72 - **B_WATCH_NAME**
|
/haiku/src/system/kernel/device_manager/ |
H A D | legacy_drivers.cpp | 754 B_WATCH_STAT | B_WATCH_NAME, sDriverWatcher); in handle_driver_events()
|
/haiku/src/apps/text_search/ |
H A D | GrepWindow.cpp | 679 uint32 fileFlags = B_WATCH_NAME | B_WATCH_STAT; in _StartNodeMonitoring()
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_api_wrapper.h | 1077 #define B_WATCH_NAME FSSH_B_WATCH_NAME macro
|
/haiku/src/apps/deskbar/ |
H A D | StatusView.cpp | 732 watch_node(&nodeRef, B_WATCH_NAME | B_WATCH_ATTR, this, Window()); in AddItem()
|