Function lstat_cstr

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

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