class CheckOptions
Defined at line 885 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 887 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 888 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h
CheckOptions & operator= (const CheckOptions & other)
Defined at line 889 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 890 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.
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= (CheckOptions && other)
Defined at line 891 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 893 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