Home
last modified time | relevance | path

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

/external/rust/crates/nix/src/sys/
Dinotify.rs83 pub struct Inotify { struct
99 pub struct InotifyEvent { argument
115 impl Inotify { impl
121 pub fn init(flags: InitFlags) -> Result<Inotify> { in init()
223 impl AsRawFd for Inotify { implementation
229 impl FromRawFd for Inotify { implementation