Searched refs:WatchedDirPath (Results 1 – 2 of 2) sorted by relevance
119 llvm::StringRef WatchedDirPath,133 const std::string WatchedDirPath; member in __anon93fcd25b0111::DirectoryWatcherLinux280 this->Receiver(getAsFileEvents(scanDirectory(WatchedDirPath)), in InitialScan()297 StringRef WatchedDirPath, in DirectoryWatcherLinux() argument301 : WatchedDirPath(WatchedDirPath), InotifyFD(InotifyFD), in DirectoryWatcherLinux()
52 llvm::StringRef WatchedDirPath) in DirectoryWatcherMac() argument54 WatchedDirPath(WatchedDirPath) {} in DirectoryWatcherMac()77 const std::string WatchedDirPath; member in __anonf578c27d0111::DirectoryWatcherMac