Home
last modified time | relevance | path

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

/external/selinux/restorecond/
Dutmpwatcher.c48 unsigned int utmpwatcher_handle(int inotify_fd, int wd) in utmpwatcher_handle()
82 static void watch_file(int inotify_fd, const char *file) in watch_file()
99 void utmpwatcher_add(int inotify_fd, const char *path) in utmpwatcher_add()
/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify09.c72 int inotify_fd; in verify_inotify() local
Dinotify06.c62 int inotify_fd, fd; in verify_inotify() local
Dinotify11.c62 int inotify_fd; in verify_inotify() local
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc50 InotifyReaderThreadDelegate(int inotify_fd) : inotify_fd_(inotify_fd){}; in InotifyReaderThreadDelegate()
/external/cronet/base/files/
Dfile_path_watcher_inotify.cc76 explicit InotifyReaderThreadDelegate(int inotify_fd) in InotifyReaderThreadDelegate()