ladybird/Userland/Services/FileSystemAccessServer
Lucas CHOLLET c0bc3b9814 FileSystemAccessServer: Use Core::Stream
This patch also updates corresponding functions from
`LibFileSystemAccessServerClient`.

From the FileSystemAccessClient point of view, it only makes the server
take `Core::Stream::OpenMode` instead of `Core::OpenMode`. So, `enum`
conversions only happen within deprecated functions and not in the new
`Core::Stream` friendly API.

On the server side, it just removes two usages of `Core::File::open()`.
2023-01-06 14:52:29 +00:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ConnectionFromClient.cpp FileSystemAccessServer: Use Core::Stream 2023-01-06 14:52:29 +00: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