mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 23:09:08 +00:00
Kernel: Make File::absolute_path() const.
This commit is contained in:
parent
00de8b9fc4
commit
2dd9ef6863
Notes:
sideshowbarker
2024-07-19 13:48:09 +09:00
Author: https://github.com/awesomekling
Commit: 2dd9ef6863
16 changed files with 16 additions and 16 deletions
|
@ -115,7 +115,7 @@ ssize_t FIFO::write(FileDescriptor&, const byte* buffer, ssize_t size)
|
|||
return m_buffer.write(buffer, size);
|
||||
}
|
||||
|
||||
String FIFO::absolute_path(FileDescriptor&) const
|
||||
String FIFO::absolute_path(const FileDescriptor&) const
|
||||
{
|
||||
return String::format("fifo:%u", this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue