struct PartitionMatcher
Defined at line 60 of file ../../src/storage/lib/fs_management/cpp/fvm.h
Set of parameters to use for identifying the correct partition to open via |OpenPartition| or
to destroy via |DestroyPartition|.
If multiple matchers are specified, the first partition that satisfies any set of matchers will
be used. At least one of |type_guids|, |instance_guids|, |labels|, |detected_formats|, or
|parent_device| must be specified.
Public Members
vector type_guids
vector instance_guids
vector labels
vector detected_formats
basic_string_view parent_device
basic_string_view ignore_prefix
basic_string_view ignore_if_path_contains