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