Crate fuchsia_fs

Source
Expand description

fuchsia.IO UTIL-ity library

Modules§

directory
Utility functions for fuchsia.io directories.
file
Utility functions for fuchsia.io files.
node
Utility functions for fuchsia.io nodes.

Structs§

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

Constants§

PERM_EXECUTABLE
Set of permissions that are expected when opening a node as executable.
PERM_READABLE
Set of permissions that are expected when opening a node as readable.
PERM_WRITABLE
Set of permissions that are expected when opening a node as writable.

Functions§

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