Searched refs:sDefaultWatchingInterface (Results 1 – 1 of 1) sorted by relevance
62 static BPathMonitor::BWatchingInterface* sDefaultWatchingInterface = NULL; variable2103 ? watchingInterface : sDefaultWatchingInterface; in SetWatchingInterface()2118 sDefaultWatchingInterface = new(std::nothrow) BWatchingInterface; in _Init()2119 if (sDefaultWatchingInterface == NULL) in _Init()2127 SetWatchingInterface(sDefaultWatchingInterface); in _Init()