Function rustix::fs::statx::compat::statx_init

source ·
fn statx_init(
    dirfd: BorrowedFd<'_>,
    path: &CStr,
    flags: AtFlags,
    mask: StatxFlags,
) -> Result<Statx>
Expand description

The first statx call. We don’t know if statx is available yet.