ladybird/Kernel/Storage/Partition
Liav A 5ed3f7c6bf Kernel/Storage: Migrate the partition code to use the ErrorOr container
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.
2022-04-28 22:13:54 +02:00
..
DiskPartition.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DiskPartition.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DiskPartitionMetadata.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DiskPartitionMetadata.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
EBRPartitionTable.cpp Kernel/Storage: Migrate the partition code to use the ErrorOr container 2022-04-28 22:13:54 +02:00
EBRPartitionTable.h Kernel/Storage: Migrate the partition code to use the ErrorOr container 2022-04-28 22:13:54 +02:00
GUIDPartitionTable.cpp Kernel/Storage: Migrate the partition code to use the ErrorOr container 2022-04-28 22:13:54 +02:00
GUIDPartitionTable.h Kernel/Storage: Migrate the partition code to use the ErrorOr container 2022-04-28 22:13:54 +02:00
MBRPartitionTable.cpp Kernel/Storage: Migrate the partition code to use the ErrorOr container 2022-04-28 22:13:54 +02:00
MBRPartitionTable.h Kernel/Storage: Migrate the partition code to use the ErrorOr container 2022-04-28 22:13:54 +02:00
PartitionTable.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PartitionTable.h Kernel/Storage: Migrate the partition code to use the ErrorOr container 2022-04-28 22:13:54 +02:00