pub fn open_at_deprecated(
dir: &Channel,
path: &str,
flags: OpenFlags,
channel: Channel,
) -> Result<(), Status>
Expand description
DEPRECATED - Use open_at
instead.
Opens the remote object at the given path
relative to the given dir
with the given flags
asynchronously. (‘asynchronous’ here is referring to fuchsia.io.Directory.Open not having a
return value).
dir
must be a directory protocol channel.
Wraps fdio_open_at.