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

/haiku/src/kits/storage/
H A DPathMonitor.cpp62 static BPathMonitor::BWatchingInterface* sDefaultWatchingInterface = NULL; member in namespace:__anon3
2103 ? watchingInterface : sDefaultWatchingInterface;
2118 sDefaultWatchingInterface = new(std::nothrow) BWatchingInterface;
2119 if (sDefaultWatchingInterface == NULL)
2127 SetWatchingInterface(sDefaultWatchingInterface);

Completed in 41 milliseconds