Home
last modified time | relevance | path

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

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