Function stat_cstr

Source
pub fn stat_cstr(path: &CStr) -> Result<Stat, Errno>
Expand description

Call crate::fstatat for path in the current directory following symlinks. Accept path as as CStr.