Function inotify::get_absolute_path_buffer_size[][src]

pub fn get_absolute_path_buffer_size(path: &Path) -> usize
Expand description

Get the inotify event buffer size for an absolute path

For relative paths, consider using get_buffer_size() which provides a fallible wrapper for this function.

path: An absolute path for the inotify events.