mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 01:00:05 +00:00
LibFileSystem+Everything: Remove resolve_executable_from_environment
This commit is contained in:
parent
26efdf9d4f
commit
f20d04726a
Notes:
sideshowbarker
2024-07-16 19:17:49 +09:00
Author: https://github.com/BenWiederhake
Commit: f20d04726a
Pull-request: https://github.com/SerenityOS/serenity/pull/19135
Issue: https://github.com/SerenityOS/serenity/issues/18804
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/timschumi
12 changed files with 12 additions and 23 deletions
|
@ -73,7 +73,6 @@ bool can_delete_or_move(StringView path);
|
|||
ErrorOr<String> read_link(StringView link_path);
|
||||
ErrorOr<void> link_file(StringView destination_path, StringView source_path);
|
||||
|
||||
ErrorOr<String> resolve_executable_from_environment(StringView filename, int flags = 0);
|
||||
bool looks_like_shared_library(StringView path);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue