Function path_link [src]

Prototype

pub extern "wasi_snapshot_preview1" fn path_link(old_fd: fd_t, old_flags: lookupflags_t, old_path: [*]const u8, old_path_len: usize, new_fd: fd_t, new_path: [*]const u8, new_path_len: usize) errno_t

Parameters

old_fd: fd_told_flags: lookupflags_told_path: [*]const u8old_path_len: usizenew_fd: fd_tnew_path: [*]const u8new_path_len: usize

Source

pub extern "wasi_snapshot_preview1" fn path_link(old_fd: fd_t, old_flags: lookupflags_t, old_path: [*]const u8, old_path_len: usize, new_fd: fd_t, new_path: [*]const u8, new_path_len: usize) errno_t