Home
last modified time | relevance | path

Searched defs:inotify_fd (Results 1 – 5 of 5) 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/
Dinotify06.c68 int inotify_fd, fd; in verify_inotify() local
Dinotify09.c85 int inotify_fd; in verify_inotify() local
/external/adhd/cras/src/common/
Dcras_file_wait.c32 int inotify_fd; member
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc50 InotifyReaderThreadDelegate(int inotify_fd) : inotify_fd_(inotify_fd){}; in InotifyReaderThreadDelegate()