mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:27:44 +00:00
Kernel: Make File::absolute_path() const.
This commit is contained in:
parent
00de8b9fc4
commit
2dd9ef6863
16 changed files with 16 additions and 16 deletions
|
@ -18,7 +18,7 @@ public:
|
|||
virtual bool can_write(FileDescriptor&) const override { return true; }
|
||||
virtual int write(FileDescriptor&, const byte*, int) override { return -EIO; }
|
||||
|
||||
virtual String absolute_path(FileDescriptor&) const override;
|
||||
virtual String absolute_path(const FileDescriptor&) const override;
|
||||
|
||||
void did_syscall(dword function, dword arg1, dword arg2, dword arg3, dword result);
|
||||
pid_t pid() const { return m_pid; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue