Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/
Dfanotify.rs194 pub struct FanotifyEvent(libc::fanotify_event_metadata); struct
196 impl FanotifyEvent { impl
237 impl Drop for FanotifyEvent { implementation
353 pub fn read_events(&self) -> Result<Vec<FanotifyEvent>> { in read_events()