Home
last modified time | relevance | path

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

/haiku/headers/private/storage/
H A DPathMonitor.h49 BWatchingInterface* watchingInterface);
/haiku/src/kits/storage/
H A DPathMonitor.cpp2100 BPathMonitor::SetWatchingInterface(BWatchingInterface* watchingInterface) in SetWatchingInterface() argument
2102 sWatchingInterface = watchingInterface != NULL in SetWatchingInterface()
2103 ? watchingInterface : sDefaultWatchingInterface; in SetWatchingInterface()