Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/src/sys/
Dinotify.rs121 pub struct InotifyEvent { struct
191 pub fn read_events(self) -> Result<Vec<InotifyEvent>> { in read_events() argument
224 events.push(InotifyEvent { in read_events()