Function wasmer_wasix::syscalls::wasi::path_open::path_open_internal
source ยท pub(crate) fn path_open_internal(
ctx: &mut FunctionEnvMut<'_, WasiEnv>,
dirfd: Fd,
dirflags: LookupFlags,
path: &str,
o_flags: Oflags,
fs_rights_base: Rights,
fs_rights_inheriting: Rights,
fs_flags: Fdflags,
with_fd: Option<Fd>,
) -> Result<Result<Fd, Errno>, WasiError>