class Checker
Defined at line 24 of file ../../src/storage/fvm/fvm_check.h
Checker defines a class which may be used to validate an FVM
(provided as either a regular file or a raw block device).
Public Methods
void Checker (fidl::UnownedClientEnd<fuchsia_storage_block::Block>block,uint32_tblock_size,boolsilent)
Defined at line 91 of file ../../src/storage/fvm/fvm_check.cc
void Checker (fidl::UnownedClientEnd<fuchsia_io::File>file,uint32_tblock_size,boolsilent)
Defined at line 95 of file ../../src/storage/fvm/fvm_check.cc
bool Validate ()
Read from and validate the provided device, logging information if requested.
Defined at line 101 of file ../../src/storage/fvm/fvm_check.cc