Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp121 bool WaitForInitialSync, int InotifyFD, int InotifyWD,
128 inotify_rm_watch(InotifyFD, InotifyWD); in ~DirectoryWatcherLinux()
137 int InotifyWD = -1; member in __anon93fcd25b0111::DirectoryWatcherLinux
299 bool WaitForInitialSync, int InotifyFD, int InotifyWD, in DirectoryWatcherLinux() argument
302 InotifyWD(InotifyWD), Receiver(Receiver), in DirectoryWatcherLinux()
338 const int InotifyWD = inotify_add_watch( in create() local
346 if (InotifyWD == -1) in create()
359 Path, Receiver, WaitForInitialSync, InotifyFD, InotifyWD, in create()