mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 18:55:08 +00:00
Work on POSIX-like read() and lseek() support.
This commit is contained in:
parent
9f9b4a2382
commit
c94044a04a
11 changed files with 201 additions and 36 deletions
|
@ -17,6 +17,7 @@ public:
|
|||
virtual InodeMetadata inodeMetadata(InodeIdentifier) const override;
|
||||
virtual bool setModificationTime(InodeIdentifier, dword timestamp) override;
|
||||
virtual InodeIdentifier createInode(InodeIdentifier parentInode, const String& name, word mode) override;
|
||||
virtual ssize_t readInodeBytes(InodeIdentifier, FileOffset offset, size_t count, byte* buffer) const override;
|
||||
|
||||
private:
|
||||
SyntheticFileSystem();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue