ladybird/Userland/Services/FileSystemAccessServer
Timothy Flynn 5d1acdc455 FileSystemAccessServer: Send correct error code for failed file access
When a file cannot be accessed, we currently send errno as the error
code. However, there are system calls which occur (by way of dbgln)
between the failed file access and accessing errno. This prevents the
client-side detection of ENOENT from working.

Instead, send over the error we already have stored in the ErrorOr
object.
2023-02-02 14:36:01 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ConnectionFromClient.cpp FileSystemAccessServer: Send correct error code for failed file access 2023-02-02 14:36:01 +01:00
ConnectionFromClient.h FileSystemAccessServer: Use Core::Stream 2023-01-06 14:52:29 +00:00
FileSystemAccessClient.ipc AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FileSystemAccessServer.ipc FileSystemAccessServer: Use Core::Stream 2023-01-06 14:52:29 +00:00
main.cpp Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00