Files
ladybird/Kernel/FileSystem
Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t>
Instead of returning a ssize_t where negative values mean error,
we now return KResultOr<size_t> and use the error state to report
errors exclusively.
2020-08-04 18:17:16 +02:00
..
2020-07-06 17:07:44 +02:00
2020-06-02 21:49:47 +02:00
2020-07-19 11:46:37 +02:00
2020-07-19 11:46:37 +02:00