mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:18:12 +00:00
Kernel: And some more KResult/KResultOr<T> porting work.
This commit is contained in:
parent
028afabf6b
commit
e56fe71dbc
7 changed files with 56 additions and 51 deletions
|
@ -43,7 +43,7 @@ public:
|
|||
|
||||
ByteBuffer read_entire_file(Process&);
|
||||
|
||||
String absolute_path();
|
||||
KResultOr<String> absolute_path();
|
||||
|
||||
bool is_directory() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue