Searched refs:IsWatchingDirectory (Results 1 – 4 of 4) sorted by relevance
100 if (IsWatchingDirectory(path) || IsWatchingSubDirectory(path)) { in AddPath()142 bool FileMonitor::IsWatchingDirectory(const string_view inPath) in IsWatchingDirectory() function in FileMonitor
71 bool IsWatchingDirectory(BASE_NS::string_view path);
63 bool IsWatchingDirectory(const std::string &aPath);
179 …if (absolutePath.empty() || IsWatchingDirectory(absolutePath) || IsWatchingSubDirectory(absolutePa… in AddPath()251 bool FileMonitor::IsWatchingDirectory(const std::string& aPath) in IsWatchingDirectory() function in ige::FileMonitor