class FormatOptions

Defined at line 555 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h

Options for how to format filesystems.

Public Methods

void FormatOptions ()

Defined at line 557 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h

void FormatOptions (const FormatOptions & other)

Defined at line 558 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h

FormatOptions & operator= (const FormatOptions & other)

Defined at line 559 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h

void FormatOptions (FormatOptions && other)

Defined at line 560 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_fs_startup::wire::FormatOptions> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_fs_startup::wire::FormatOptions> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_fs_startup::wire::FormatOptions>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

FormatOptions & operator= (FormatOptions && other)

Defined at line 561 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h

bool & verbose ()

Enable verbose logging.

bool has_verbose ()
bool & deprecated_padded_blobfs_format ()

If true, use the deprecated padded merkle tree blobfs format.

bool has_deprecated_padded_blobfs_format ()
uint64_t & num_inodes ()

The initial number of inodes to allocate space for. If zero, a default is used. Only

supported for blobfs.

bool has_num_inodes ()
uint32_t & fvm_data_slices ()

The number of fvm slices to preallocate for data when the filesystem is created.

bool has_fvm_data_slices ()
uint16_t & sectors_per_cluster ()

The number of sectors-per-cluster (for FAT filesystems).

bool has_sectors_per_cluster ()
void ~FormatOptions ()

Defined at line 563 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder