Files
ladybird/Kernel/FileSystem
Brian Gianforcaro e8c9b5e870 Kernel: Make Inode::directory_entry_count errors observable.
Certain implementations of Inode::directory_entry_count were calling
functions which returned errors, but had no way of surfacing them.
Switch the return type to KResultOr<size_t> and start observing these
error paths.
2020-08-05 10:26:29 +02:00
..
2020-06-02 21:49:47 +02:00
2020-07-19 11:46:37 +02:00