class RamDevice
Defined at line 46 of file ../../src/storage/fs_test/fs_test.h
Holds the ram disk or nand and additional required drivers (e.g. FVM).
Public Methods
void RamDevice (ramdevice_client::Ramdisk ram_disk, std::string_view path)
Defined at line 48 of file ../../src/storage/fs_test/fs_test.h
void RamDevice (ramdevice_client::RamNand ram_nand, std::string_view path)
Defined at line 50 of file ../../src/storage/fs_test/fs_test.h
void set_fvm_partition (storage::FvmPartition fvm_partition)
Defined at line 53 of file ../../src/storage/fs_test/fs_test.h
void set_path (std::string_view path)
Defined at line 58 of file ../../src/storage/fs_test/fs_test.h
const std::string & path ()
Defined at line 59 of file ../../src/storage/fs_test/fs_test.h
ramdevice_client::Ramdisk * ram_disk ()
Defined at line 61 of file ../../src/storage/fs_test/fs_test.h
ramdevice_client::RamNand * ram_nand ()
Defined at line 62 of file ../../src/storage/fs_test/fs_test.h
std::optional<storage::FvmPartition> & fvm_partition ()
Defined at line 64 of file ../../src/storage/fs_test/fs_test.h