Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfile_wait.cpp103 unique_fd inotify_fd(inotify_init1(IN_CLOEXEC | IN_NONBLOCK)); in OneShotInotify() local
104 if (inotify_fd < 0) { in OneShotInotify()
115 if (inotify_add_watch(inotify_fd, watch_path.c_str(), mask) < 0) { in OneShotInotify()
124 inotify_fd_ = std::move(inotify_fd); in OneShotInotify()