1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00
serenity/Kernel/Storage/Partition
Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Apologies for the enormous commit, but I don't see a way to split this
up nicely. In the vast majority of cases it's a simple change. A few
extra places can use TRY instead of manual error checking though. :^)
2022-01-24 22:36:09 +01:00
..
DiskPartition.cpp Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
DiskPartition.h Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
DiskPartitionMetadata.cpp Kernel: Remove unused partition name API 2021-10-03 13:36:10 +02:00
DiskPartitionMetadata.h Kernel: Remove unused partition name API 2021-10-03 13:36:10 +02:00
EBRPartitionTable.cpp Kernel: Use MUST + Vector::try_empend instead of Vector::empend 2022-01-05 14:04:18 +01:00
EBRPartitionTable.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GUIDPartitionTable.cpp Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
GUIDPartitionTable.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MBRPartitionTable.cpp Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
MBRPartitionTable.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PartitionTable.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PartitionTable.h Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00