wasi

Function fd_prestat_dir_name

Source
pub unsafe fn fd_prestat_dir_name(
    fd: Fd,
    path: *mut u8,
    path_len: Size,
) -> Result<(), Errno>
Expand description

Return a description of the given preopened file descriptor.

ยงParameters

  • path - A buffer into which to write the preopened directory name.