[−][src]Function wasi_common::hostcalls::wasi_common_path_open
#[no_mangle] pub unsafe extern "C" fn wasi_common_path_open(
wasi_ctx: *mut WasiCtx,
memory: *mut u8,
memory_len: usize,
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