Searched refs:WatchedDirPath (Results 1 – 2 of 2) sorted by relevance
115 llvm::StringRef WatchedDirPath,129 const std::string WatchedDirPath; member in __anon3d2a272b0111::DirectoryWatcherLinux276 this->Receiver(getAsFileEvents(scanDirectory(WatchedDirPath)), in InitialScan()293 StringRef WatchedDirPath, in DirectoryWatcherLinux() argument297 : WatchedDirPath(WatchedDirPath), InotifyFD(InotifyFD), in DirectoryWatcherLinux()
52 llvm::StringRef WatchedDirPath) in DirectoryWatcherMac() argument54 WatchedDirPath(WatchedDirPath) {} in DirectoryWatcherMac()77 const std::string WatchedDirPath; member in __anon541c2f4d0111::DirectoryWatcherMac