class CheckOptions
Defined at line 839 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 841 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 842 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 843 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 844 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 845 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 847 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