mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
Kernel: Resolve relative paths when there is a veil (#1474)
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 08:15:04 +09:00
Author: https://github.com/muscar Commit: https://github.com/SerenityOS/serenity/commit/d013753f833 Pull-request: https://github.com/SerenityOS/serenity/pull/1474 Reviewed-by: https://github.com/awesomekling
@@ -137,6 +137,7 @@ public:
|
||||
|
||||
Custody& root_custody();
|
||||
KResultOr<NonnullRefPtr<Custody>> resolve_path(StringView path, Custody& base, RefPtr<Custody>* out_parent = nullptr, int options = 0, int symlink_recursion_level = 0);
|
||||
KResultOr<NonnullRefPtr<Custody>> resolve_path_without_veil(StringView path, Custody& base, RefPtr<Custody>* out_parent = nullptr, int options = 0, int symlink_recursion_level = 0);
|
||||
|
||||
private:
|
||||
friend class FileDescription;
|
||||
|
||||
Reference in New Issue
Block a user