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

/haiku/src/kits/storage/
H A DPathMonitor.cpp63 static BPathMonitor::BWatchingInterface* sWatchingInterface = NULL; member in namespace:__anon3
189 error = sWatchingInterface->WatchNode(&fNodeRef, flags, target);
204 sWatchingInterface->WatchNode(&fNodeRef, B_STOP_WATCHING, target);
878 sWatchingInterface->StopWatching(this);
1679 status_t error = sWatchingInterface->WatchNode(&nodeRef, flags, this);
1740 sWatchingInterface->WatchNode(&node->NodeRef(), B_STOP_WATCHING, this);
2102 sWatchingInterface = watchingInterface != NULL
2126 if (sWatchingInterface == NULL)

Completed in 75 milliseconds