Function linux_stat::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.