class FvmPartition
Defined at line 46 of file ../../src/storage/testing/fvm.h
Manages a specific partition and a launched FVM component.
Public Methods
void FvmPartition (FvmInstance fvm, fs_management::NamespaceBinding binding, std::string_view partition_name, std::string_view path)
Defined at line 48 of file ../../src/storage/testing/fvm.h
FvmInstance & fvm ()
Defined at line 57 of file ../../src/storage/testing/fvm.h
const std::string & partition_name ()
Defined at line 58 of file ../../src/storage/testing/fvm.h
const std::string & path ()
Defined at line 59 of file ../../src/storage/testing/fvm.h
zx::result<fidl::ClientEnd<fuchsia_storage_block::Block>> Connect ()
Defined at line 148 of file ../../src/storage/testing/fvm.cc
zx::result<> SetLimit (uint64_t limit)
Sets the limit for the partition (in bytes). See fuchsia.fs.startup.Volume::SetLimit.
Defined at line 131 of file ../../src/storage/testing/fvm.cc