Function cloudabi::file_stat_get [] [src]

pub unsafe fn file_stat_get(
    fd_: lookup,
    path_: &[u8],
    buf_: *mut filestat
) -> errno

Gets attributes of a file by path.

Parameters

fd: The working directory at which the resolution of the path whose attributes have to be obtained starts.

path: The path of the file whose attributes have to be obtained.

buf: The buffer where the file's attributes are stored.