1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 13:35:07 +00:00

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

This commit is contained in:
Andreas Kling 2019-03-06 22:30:13 +01:00
parent 028afabf6b
commit e56fe71dbc
7 changed files with 56 additions and 51 deletions

View file

@ -352,7 +352,7 @@ const char* to_string(SocketRole role)
}
}
String FileDescriptor::absolute_path()
KResultOr<String> FileDescriptor::absolute_path()
{
Stopwatch sw("absolute_path");
if (is_tty())