class ComponentFvmInstance

Defined at line 267 of file ../../src/storage/fvm/fvm_test_instance.cc

Public Methods

void SetUp ()

Defined at line 269 of file ../../src/storage/fvm/fvm_test_instance.cc

void TearDown ()

Defined at line 271 of file ../../src/storage/fvm/fvm_test_instance.cc

void CreateRamdisk (uint64_t block_size, uint64_t block_count)

Defined at line 273 of file ../../src/storage/fvm/fvm_test_instance.cc

void CreateFvm (uint64_t block_size, uint64_t block_count, uint64_t slice_size)

Defined at line 292 of file ../../src/storage/fvm/fvm_test_instance.cc

void StartFvm ()

Defined at line 299 of file ../../src/storage/fvm/fvm_test_instance.cc

void RestartFvm ()

Defined at line 310 of file ../../src/storage/fvm/fvm_test_instance.cc

void RestartFvmWithNewDiskSize (uint64_t block_size, uint64_t block_count)

Defined at line 319 of file ../../src/storage/fvm/fvm_test_instance.cc

fuchsia_storage_block::wire::VolumeManagerInfo GetFvmInfo ()

Defined at line 334 of file ../../src/storage/fvm/fvm_test_instance.cc

zx::result<std::unique_ptr<BlockConnector>> AllocatePartition (const AllocatePartitionRequest & request)

Defined at line 345 of file ../../src/storage/fvm/fvm_test_instance.cc

zx::result<std::unique_ptr<BlockConnector>> OpenPartition (std::string_view label)

Defined at line 363 of file ../../src/storage/fvm/fvm_test_instance.cc

void DestroyPartition (std::string_view label)

Defined at line 377 of file ../../src/storage/fvm/fvm_test_instance.cc

fidl::ClientEnd<fuchsia_storage_block::Block> GetRamdiskPartition ()

Defined at line 381 of file ../../src/storage/fvm/fvm_test_instance.cc