Provides control of the blobfs overwrite preference to the product.
PROTOCOLS
OverwriteConfiguration
Defined in fuchsia.storage.blobfs/blobfs.fidl
Provides control of the blobfs overwrite configuration to the product, which
controls how it reponds to fuchsia.fxfs.BlobCreator.NeedsOverwrite
during updates and what format all writes will use.
Set
Set the current configuration.
Request
| Name | Type |
|---|---|
overwrite_format |
OverwriteFormat
|
Response
| Name | Type |
|---|---|
payload |
OverwriteConfiguration_Set_Result
|
STRUCTS
OverwriteConfiguration_Set_Response
Defined in fuchsia.storage.blobfs/blobfs.fidl
<EMPTY>
ENUMS
OverwriteFormat flexible
Type: uint32
Defined in fuchsia.storage.blobfs/blobfs.fidl
The list of configuration options.
| Name | Value | Description |
|---|---|---|
NO_OVERWRITE |
1 |
Instructs Blobfs to always respond false to
|
OVERWRITE_TO_COMPACT |
2 |
Instructs Blobfs to respond true to
|
OVERWRITE_TO_PADDED |
3 |
Instructs Blobfs to respond true to
|
UNIONS
OverwriteConfiguration_Set_Result strict
Defined in fuchsia.storage.blobfs/blobfs.fidl
| Ordinal | Variant | Type | Description |
|---|---|---|---|
1 |
response |
OverwriteConfiguration_Set_Response
|
|
2 |
err |
zx/Status
|