Searched refs:B_WATCH_RECURSIVELY (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/private/storage/
H A DPathMonitor.h17 #define B_WATCH_RECURSIVELY 0x0100 macro
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp131 B_WATCH_FILES_ONLY | B_WATCH_RECURSIVELY, this);
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp280 if ((flags & B_WATCH_RECURSIVELY) != 0)
552 bool recursive = (fFlags & B_WATCH_RECURSIVELY) != 0;
1403 B_WATCH_RECURSIVELY,
1421 if ((flags & B_WATCH_RECURSIVELY) != 0) {
/haiku/src/kits/storage/
H A DPathMonitor.cpp760 if ((fFlags & B_WATCH_RECURSIVELY) != 0) {
1939 return (fFlags & B_WATCH_RECURSIVELY) != 0;
/haiku/src/servers/input/
H A DAddOnManager.cpp225 B_WATCH_FILES_ONLY | B_WATCH_RECURSIVELY, this);
/haiku/src/servers/net/
H A DNetServer.cpp163 B_WATCH_FILES_ONLY | B_WATCH_RECURSIVELY, this);
/haiku/src/apps/text_search/
H A DGrepWindow.cpp688 fileFlags | B_WATCH_RECURSIVELY | B_WATCH_FILES_ONLY, messenger);
/haiku/src/apps/mail/
H A DMailWindow.cpp3089 B_WATCH_RECURSIVELY, BMessenger(this, this));

Completed in 73 milliseconds