Function wasi_common::hostcalls::path_open
source ยท pub unsafe fn path_open(
wasi_ctx: &mut WasiCtx,
memory: &mut [u8],
dirfd: __wasi_fd_t,
dirflags: __wasi_lookupflags_t,
path_ptr: uintptr_t,
path_len: size_t,
oflags: __wasi_oflags_t,
fs_rights_base: __wasi_rights_t,
fs_rights_inheriting: __wasi_rights_t,
fs_flags: __wasi_fdflags_t,
fd_out_ptr: uintptr_t,
) -> __wasi_errno_t