mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-13 18:36:38 +02:00
Refactor FS::add_inode_to_directory() into Inode::add_child().
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 16:07:10 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/6451b98ad44
@@ -29,6 +29,7 @@ private:
|
||||
virtual String reverse_lookup(InodeIdentifier) override;
|
||||
virtual void flush_metadata() override;
|
||||
virtual bool write(const ByteBuffer&) override;
|
||||
virtual bool add_child(InodeIdentifier child_id, const String& name, byte file_type, int& error) override;
|
||||
|
||||
void populate_lookup_cache();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user