Searched refs:BPathMonitor (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/headers/private/storage/
H A DPathMonitor.h23 class BPathMonitor { class in namespace:BPrivate
33 BPathMonitor();
34 ~BPathMonitor();
/haiku-fatelf/src/tests/kits/storage/testapps/
H A DPathMonitorTest.cpp20 using BPrivate::BPathMonitor;
39 status_t status = BPathMonitor::StartWatching(path, B_WATCH_ALL, this);
49 status_t status = BPathMonitor::StopWatching(fPath.Path(), this);
/haiku-fatelf/src/kits/storage/
H A DPathMonitor.cpp662 // BPathMonitor::StartWatching() call the message is resulting from.
962 BPathMonitor::BPathMonitor() function in class:BPrivate::BPathMonitor
967 BPathMonitor::~BPathMonitor()
973 BPathMonitor::_InitLockerIfNeeded()
995 BPathMonitor::_InitLooperIfNeeded()
1021 BPathMonitor::StartWatching(const char* path, uint32 flags, BMessenger target)
1066 BPathMonitor::StopWatching(const char* path, BMessenger target)
1100 BPathMonitor
[all...]
/haiku-fatelf/src/servers/midi/
H A DDeviceWatcher.cpp130 return BPathMonitor::StartWatching(kDevicesRoot, B_ENTRY_CREATED
139 return BPathMonitor::StopWatching(kDevicesRoot, this);
/haiku-fatelf/src/servers/net/
H A DSettings.cpp481 return BPrivate::BPathMonitor::StartWatching(path.Path(), B_WATCH_STAT,
511 return BPrivate::BPathMonitor::StopWatching(target);
H A DNetServer.cpp222 BPrivate::BPathMonitor::StopWatching("/dev/net", this);
253 BPrivate::BPathMonitor::StartWatching("/dev/net", B_ENTRY_CREATED
/haiku-fatelf/src/servers/input/
H A DAddOnManager.cpp220 status = BPathMonitor::StartWatching(path.String(), B_ENTRY_CREATED
248 BPathMonitor::StopWatching(path.String(), this);
/haiku-fatelf/src/apps/text_search/
H A DGrepWindow.cpp726 BPrivate::BPathMonitor::StartWatching(path.Path(),
746 BPrivate::BPathMonitor::StopWatching(BMessenger(this));
/haiku-fatelf/src/apps/mail/
H A DMailWindow.cpp1773 BPrivate::BPathMonitor::StopWatching(BMessenger(this, this));
3081 BPrivate::BPathMonitor::StartWatching(queryPath.Path(),

Completed in 100 milliseconds