Crate fuchsia_fs

source ·
Expand description

fuchsia.IO UTIL-ity library

Modules§

  • Utility functions for fuchsia.io directories.
  • Utility functions for fuchsia.io files.
  • Utility functions for fuchsia.io nodes.

Structs§

  • Flags used to specify how a node should be opened. Note that ranges of bits are reserved for specific use cases:
  • DEPRECATED - Use Flags instead.

Constants§

  • Set of permissions that are expected when opening a node as executable.
  • Set of permissions that are expected when opening a node as readable.
  • Set of permissions that are expected when opening a node as writable.

Functions§

  • canonicalize_path will remove a leading / if it exists, since it’s always unnecessary and in some cases disallowed (https://fxbug.dev/42103076).