Kernel: And some more KResult/KResultOr<T> porting work.

This commit is contained in:
Andreas Kling 2019-03-06 22:30:13 +01:00
commit e56fe71dbc
Notes: sideshowbarker 2024-07-19 15:09:29 +09:00
7 changed files with 56 additions and 51 deletions

View file

@ -43,7 +43,7 @@ public:
ByteBuffer read_entire_file(Process&);
String absolute_path();
KResultOr<String> absolute_path();
bool is_directory() const;