Function wasi_common::snapshots::preview_0::wasi_unstable::path_open[][src]

pub fn path_open(
    ctx: &WasiCtx,
    memory: &dyn GuestMemory,
    fd: i32,
    dirflags: i32,
    path_ptr: i32,
    path_len: i32,
    oflags: i32,
    fs_rights_base: i64,
    fs_rights_inheriting: i64,
    fdflags: i32,
    opened_fd_ptr: i32
) -> Result<i32, Trap>