create_file_from_handle

Function create_file_from_handle 

Source
pub fn create_file_from_handle<L>(
    locked: &mut Locked<L>,
    current_task: &CurrentTask,
    handle: NullableHandle,
) -> Result<FileHandle, Errno>
Expand description

Create a FileHandle from a zx::NullableHandle.