mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
Kernel: Rename SystemExposedFolder => SysFSDirectory
"Folder" is a GUI concept, let's call this "Directory". Also, "System" is completely generic, so let's be more specific and call this "SysFS..."
This commit is contained in:
parent
517170a986
commit
60a7a9d523
Notes:
sideshowbarker
2024-07-18 09:21:44 +09:00
Author: https://github.com/awesomekling
Commit: 60a7a9d523
10 changed files with 25 additions and 25 deletions
|
@ -55,7 +55,7 @@ KResult SysFSRootFolder::traverse_as_directory(unsigned fsid, Function<bool(File
|
|||
}
|
||||
|
||||
SysFSRootFolder::SysFSRootFolder()
|
||||
: SystemExposedFolder(".")
|
||||
: SysFSDirectory(".")
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue