mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 11:35:06 +00:00
![]() Allowing creation of StorageDevicePartition objects for any arbitrary BlockDevice objects means that we could technically create a StorageDevicePartition for another StorageDevicePartition which is obviously not the intention for this code. Instead, require to pass a StorageDevice reference to ensure this cannot happen. |
||
---|---|---|
.. | ||
ATA | ||
NVMe | ||
SD | ||
USB | ||
StorageController.cpp | ||
StorageController.h | ||
StorageDevice.cpp | ||
StorageDevice.h | ||
StorageDevicePartition.cpp | ||
StorageDevicePartition.h | ||
StorageManagement.cpp | ||
StorageManagement.h |