mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
5ed3f7c6bf
That code used the old AK::Result container, which leads to overly complicated initialization flow when trying to figure out the correct partition table type. Instead, when using the ErrorOr container the code is much simpler and more understandable. |
||
---|---|---|
.. | ||
DiskPartition.cpp | ||
DiskPartition.h | ||
DiskPartitionMetadata.cpp | ||
DiskPartitionMetadata.h | ||
EBRPartitionTable.cpp | ||
EBRPartitionTable.h | ||
GUIDPartitionTable.cpp | ||
GUIDPartitionTable.h | ||
MBRPartitionTable.cpp | ||
MBRPartitionTable.h | ||
PartitionTable.cpp | ||
PartitionTable.h |