serenity/Kernel/Storage/Partition
Brian Gianforcaro 6c66311ade Kernel: Use MUST + Vector::try_empend instead of Vector::empend
In preparation for making Vector::empend unavailable during
compilation of the Kernel.
2022-01-05 14:04:18 +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 Kernel: Remove unused partition name API 2021-10-03 13:36:10 +02:00
GUIDPartitionTable.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MBRPartitionTable.cpp Kernel: Use MUST + Vector::try_empend instead of Vector::empend 2022-01-05 14:04:18 +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 Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00