Home
last modified time | relevance | path

Searched defs:InotifyFD (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp135 int InotifyFD = -1; member in __anon93fcd25b0111::DirectoryWatcherLinux
299 bool WaitForInitialSync, int InotifyFD, int InotifyWD, in DirectoryWatcherLinux()
332 const int InotifyFD = inotify_init1(IN_CLOEXEC); in create() local