class CheckOptions
Defined at line 915 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h
Options for running consistency checks on filesystems.
Public Methods
void CheckOptions ()
Defined at line 917 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h
void CheckOptions (const CheckOptions & other)
Defined at line 918 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h
bool HasUnknownData ()
Returns whether the table references unknown fields.
void _CloseHandles ()
::fidl::WireTableBuilder< ::fuchsia_fs_startup::wire::CheckOptions> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_fs_startup::wire::CheckOptions> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_fs_startup::wire::CheckOptions>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
::fidl::ClientEnd< ::fuchsia_fxfs::Crypt> & crypt ()
An optional connection to a crypt client (for encrypted volumes).
bool has_crypt ()
CheckOptions & operator= (const CheckOptions & other)
Defined at line 919 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h
void CheckOptions (CheckOptions && other)
Defined at line 920 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.
CheckOptions & operator= (CheckOptions && other)
Defined at line 921 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h
::fidl::StringView & uri ()
URI containing implementation specific options. For example, for FVM backed volumes, this
indicates the component URL of the filesystem that we should run fsck with. It must be
provided for FVM backed volumes. At time of writing, this is ignored by Fxfs.
bool has_uri ()
void ~CheckOptions ()
Defined at line 923 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