[][src]Function wasi_common::wasi::wasi_snapshot_preview1::path_open

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_inherting: i64,
    fdflags: i32,
    opened_fd_ptr: i32
) -> i32