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

/haiku-fatelf/headers/os/storage/
H A DNodeMonitor.h22 B_WATCH_ATTR = 0x0004, enumerator in enum:__anon523
/haiku-fatelf/src/kits/storage/
H A DNodeMonitor.cpp30 or \c B_WATCH_ATTR: The target is subscribed to
41 if ((flags & (B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR)) == 0)
71 \c B_WATCH_ATTR, or \c B_WATCH_DIRECTORY: The target is subscribed to
135 \c B_WATCH_ATTR, or \c B_WATCH_DIRECTORY: The target is subscribed to
/haiku-fatelf/src/kits/print/
H A DFolderWatcher.cpp170 return watch_node(node, B_WATCH_ATTR, this);
/haiku-fatelf/src/kits/tracker/
H A DNodePreloader.cpp185 | B_WATCH_ATTR, this);
H A DDesktopPoseView.cpp94 B_WATCH_DIRECTORY | B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR,
H A DQueryPoseView.cpp277 | B_WATCH_ATTR, this);
359 return B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR;
H A DModel.cpp876 | B_WATCH_STAT | B_WATCH_ATTR, target);
880 | B_WATCH_ATTR, target);
H A DPoseView.cpp852 TTracker::WatchNode(TargetModel()->NodeRef(), B_WATCH_ATTR, this);
1124 | B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, this);
1134 return B_WATCH_STAT | B_WATCH_INTERIM_STAT | B_WATCH_ATTR;
1136 return B_WATCH_STAT | B_WATCH_ATTR;
1636 | B_WATCH_ATTR, this);
5331 WatchNewNode(&nref, B_WATCH_STAT | B_WATCH_ATTR | B_WATCH_NAME
/haiku-fatelf/src/apps/musiccollection/
H A DFileMonitor.cpp108 watch_node(&file.node, B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR, this);
/haiku-fatelf/headers/private/userlandfs/legacy/
H A Dfsproto.h51 #define B_WATCH_ATTR 0x0004 macro
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dfsproto.h50 #define B_WATCH_ATTR 0x0004 macro
/haiku-fatelf/src/add-ons/kernel/file_systems/nfs/
H A Dfsproto.h50 #define B_WATCH_ATTR 0x0004 macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A Dfsproto.h50 #define B_WATCH_ATTR 0x0004 macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/bt_fs/
H A Dfsproto.h50 #define B_WATCH_ATTR 0x0004 macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server/
H A Dfsproto.h50 #define B_WATCH_ATTR 0x0004 macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Dfsproto.h50 #define B_WATCH_ATTR 0x0004 macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/dos/r5/
H A Dfsproto.h50 #define B_WATCH_ATTR 0x0004 macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A Dfsproto.h50 #define B_WATCH_ATTR 0x0004 macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/public/
H A Dfsproto.h49 #define B_WATCH_ATTR 0x0004 macro
/haiku-fatelf/src/system/kernel/fs/
H A Dnode_monitor.cpp791 _GetInterestedVolumeListeners(device, B_WATCH_ATTR,
794 _GetInterestedMonitorListeners(device, node, B_WATCH_ATTR,
/haiku-fatelf/src/apps/diskprobe/
H A DDataEditor.cpp1230 return watch_node(&node, B_WATCH_STAT | B_WATCH_ATTR, target);
/haiku-fatelf/src/preferences/filetypes/
H A DIconView.cpp1382 watch_node(&nodeRef, B_WATCH_ATTR, this);
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1057 #define B_WATCH_ATTR FSSH_B_WATCH_ATTR macro
/haiku-fatelf/src/apps/text_search/
H A DGrepWindow.cpp718 uint32 fileFlags = B_WATCH_NAME | B_WATCH_STAT | B_WATCH_ATTR;
/haiku-fatelf/src/apps/deskbar/
H A DStatusView.cpp698 watch_node(&nodeRef, B_WATCH_NAME | B_WATCH_ATTR, this, Window());

Completed in 379 milliseconds