mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +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
|
@ -135,7 +135,7 @@ OwnPtr<KBuffer> BIOSExposedFolder::smbios_structure_table() const
|
|||
}
|
||||
|
||||
UNMAP_AFTER_INIT BIOSExposedFolder::BIOSExposedFolder()
|
||||
: SystemExposedFolder("bios", SysFSComponentRegistry::the().root_folder())
|
||||
: SysFSDirectory("bios", SysFSComponentRegistry::the().root_folder())
|
||||
{
|
||||
auto entry_32bit = find_dmi_entry32bit_point();
|
||||
m_dmi_entry_point = entry_32bit.value();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue