Searched refs:B_WATCH_DIRECTORY (Results 1 - 25 of 32) sorted by relevance

12

/haiku/src/kits/tracker/
H A DTrashWatcher.cpp139 TTracker::WatchNode(&trashNode, B_WATCH_DIRECTORY, this);
195 watch_node(&trash_node, B_WATCH_DIRECTORY, this);
H A DDesktopPoseView.cpp94 B_WATCH_DIRECTORY | B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR,
H A DNodePreloader.cpp177 TTracker::WatchNode(&nodeRef, B_WATCH_DIRECTORY, this);
H A DVirtualDirectoryPoseView.cpp146 BPathMonitor::StartWatching(path, B_WATCH_DIRECTORY, this);
H A DDeskWindow.cpp176 TTracker::WatchNode(&nodeRef, B_WATCH_DIRECTORY, window);
/haiku/headers/os/storage/
H A DNodeMonitor.h22 B_WATCH_DIRECTORY = 0x0008, enumerator in enum:__anon1
/haiku/src/tests/kits/storage/testapps/
H A DNodeMonitorTest.cpp35 status_t status = watch_node(&fNodeRef, B_WATCH_DIRECTORY, this);
H A DPathMonitorTest2.cpp278 if ((flags & B_WATCH_DIRECTORY) != 0)
555 !recursive && (fFlags & B_WATCH_DIRECTORY) == 0,
1402 B_WATCH_DIRECTORY,
/haiku/src/kits/print/
H A DPrinterRoster.cpp152 return watch_node(&fUserPrintersNodRef, B_WATCH_DIRECTORY, *fListener);
H A DFolderWatcher.cpp69 watch_node(&ref, B_WATCH_DIRECTORY, this);
H A DPrinter.cpp280 return watch_node(&nodeRef, B_WATCH_DIRECTORY, *fListener);
/haiku/src/servers/bluetooth/
H A DDeviceManager.cpp92 status = watch_node(nref, B_WATCH_DIRECTORY, this);
229 status_t error = watch_node(&nref, B_WATCH_DIRECTORY, this);
/haiku/src/preferences/repositories/
H A DRepositoriesWindow.cpp89 status_t result = watch_node(&fPackageNodeRef, B_WATCH_DIRECTORY, this);
/haiku/src/servers/app/
H A DScreenManager.cpp86 watch_node(&nodeRef, B_WATCH_DIRECTORY, this);
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp130 if (watch_node(&ref, B_WATCH_DIRECTORY, this) != B_OK) {
170 if (watch_node(&ref, B_WATCH_DIRECTORY, this) == B_OK)
/haiku/src/kits/device/
H A DUSBRoster.cpp88 watch_node(&fNode, B_WATCH_DIRECTORY, *fMessenger);
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp166 && watch_node(&fNodeRef, B_WATCH_DIRECTORY, fController) == B_OK)
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp45 watch_node(&fNodeRef, B_WATCH_DIRECTORY, BMessenger(this));
/haiku/src/kits/storage/
H A DPathMonitor.cpp183 uint32 flags = fChild == NULL ? pathFlags : B_WATCH_DIRECTORY;
185 // plus B_WATCH_DIRECTORY for the parent of the first not existing
761 // We add B_WATCH_NAME and B_WATCH_DIRECTORY as needed, so clear them
763 fFlags &= ~uint32(B_WATCH_NAME | B_WATCH_DIRECTORY);
973 | (_WatchRecursively() ? B_WATCH_DIRECTORY : 0);
1053 // (and with B_WATCH_DIRECTORY) we just pass on all notifications.
1255 // it is either a move into/within/out of the path and B_WATCH_DIRECTORY
1261 if ((fFlags & B_WATCH_DIRECTORY) != 0) {
1442 if ((fFlags & B_WATCH_DIRECTORY) != 0) {
1557 if (notify && (fFlags & B_WATCH_DIRECTORY) !
[all...]
H A DAddOnMonitorHandler.cpp88 status = watch_node(nref, B_WATCH_DIRECTORY, this);
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h52 #define B_WATCH_DIRECTORY 0x0008 macro
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp682 _GetInterestedMonitorListeners(device, directory, B_WATCH_DIRECTORY,
728 _GetInterestedMonitorListeners(device, fromDirectory, B_WATCH_DIRECTORY,
732 _GetInterestedMonitorListeners(device, toDirectory, B_WATCH_DIRECTORY,
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp175 deviceEvent->node, B_WATCH_DIRECTORY, *this);
1479 error = add_node_listener(st.st_dev, st.st_ino, B_WATCH_DIRECTORY,
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp1122 add_node_listener(stat.st_dev, stat.st_ino, B_WATCH_DIRECTORY,
1201 add_node_listener(stat.st_dev, stat.st_ino, B_WATCH_DIRECTORY,
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp808 watch_node(&nodeRef, B_WATCH_DIRECTORY, this);

Completed in 376 milliseconds

12