mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
Kernel: Rename VFS => VirtualFileSystem
This commit is contained in:
parent
d53d9d3677
commit
0d39bd04d3
Notes:
sideshowbarker
2024-07-18 09:22:16 +09:00
Author: https://github.com/awesomekling
Commit: 0d39bd04d3
38 changed files with 124 additions and 124 deletions
|
@ -339,7 +339,7 @@ private:
|
|||
virtual bool output(KBufferBuilder& builder) override
|
||||
{
|
||||
JsonArraySerializer array { builder };
|
||||
VFS::the().for_each_mount([&array](auto& mount) {
|
||||
VirtualFileSystem::the().for_each_mount([&array](auto& mount) {
|
||||
auto& fs = mount.guest_fs();
|
||||
auto fs_object = array.add_object();
|
||||
fs_object.add("class_name", fs.class_name());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue