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:
parent
028afabf6b
commit
e56fe71dbc
7 changed files with 56 additions and 51 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue