Function linux_stat::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.
pub fn lstat_cstr(path: &CStr) -> Result<Stat, Errno>
Call crate::fstatat for path
in the current directory
not following symlinks. Accept path
as a CStr.