Expand description
Convenience functions for accessing directories of a component instance and opening protocols that exist in them.
Enums§
- Open
DirType - The directories of a component instance that can be opened.
- Open
Error - Errors that can be returned from opening a component instance directory.
Functions§
- connect_
to_ instance_ protocol_ at_ dir_ root - Opens a protocol in a component instance directory, assuming it is located at the root.
- connect_
to_ instance_ protocol_ at_ path - Opens a protocol in a component instance directory at the given |path|.
- open_
in_ instance_ dir - Opens an object in a component instance directory with the given |flags|, |mode| and |path|.
Component manager will make the corresponding
fuchsia.io.Directory/Open
call on the directory. - open_
instance_ dir_ root_ readable - Opens the root of a component instance directory with read rights.
- open_
instance_ subdir_ readable - Opens the subdirectory of a component instance directory with read rights.