fdio

Function open_deprecated

Source
pub fn open_deprecated(
    path: &str,
    flags: OpenFlags,
    channel: Channel,
) -> Result<(), Status>
Expand description

DEPRECATED - Use open instead.

Opens the remote object at the given path with the given flags asynchronously. (‘asynchronous’ here is referring to fuchsia.io.Directory.Open not having a return value).

Wraps fdio_open.