Searched defs:InotifyEvent (Results 1 – 3 of 3) sorted by relevance
121 pub struct InotifyEvent { struct125 pub wd: WatchDescriptor,128 pub mask: AddWatchFlags,131 pub cookie: u32,134 pub name: Option<OsString>,197 pub fn read_events(&self) -> Result<Vec<InotifyEvent>> { in read_events()
48 …def _group_events(self, event_list: list[InotifyEvent]) -> list[InotifyEvent | tuple[InotifyEvent,…54 … def matching_from_event(event: InotifyEvent | tuple[InotifyEvent, InotifyEvent]) -> bool: argument
192 def source_for_move(self, destination_event: InotifyEvent) -> bytes | None:203 def remember_move_from_event(self, event: InotifyEvent) -> None:421 class InotifyEvent: class