/* * Copyright (c) 2022, Andreas Kling * Copyright (c) 2023, Andrew Kaster * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include #include #include #include void platform_init(); ErrorOr application_directory(); ErrorOr> get_paths_for_helper_process(StringView process_name); extern ByteString s_serenity_resource_root; Optional mach_server_name(); void set_mach_server_name(ByteString name);