Expand description
This module contains the implementation of FxBlob (Blobfs-on-Fxfs).
Modules§
- blob
- This module contains the
FxBlobnode type used to represent an immutable blob persisted to disk which can be read back. - reader
- Implements fuchsia.fxfs/BlobReader for reading blobs as VMOs from a
BlobDirectory.
Structs§
- Blob
Directory - A flat directory containing content-addressable blobs (names are their hashes). It is not possible to create sub-directories. It is not possible to write to an existing blob. It is not possible to open or read a blob until it is written and verified.