Searched refs:mWatchedPaths (Results 1 – 2 of 2) sorted by relevance
491 mWatchedPaths[wd] = path; in registerDevicePath()498 for (const auto& pair : mWatchedPaths) { in unregisterDevicePath()508 mWatchedPaths.erase(wd); in unregisterDevicePath()683 std::string path = mWatchedPaths[event->wd]; in readNotify()
221 std::unordered_map<int, std::string> mWatchedPaths; variable