mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 11:55:08 +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
|
@ -29,7 +29,7 @@ int ProcessTracer::read(FileDescriptor&, byte* buffer, int buffer_size)
|
|||
return sizeof(data);
|
||||
}
|
||||
|
||||
String ProcessTracer::absolute_path(FileDescriptor&) const
|
||||
String ProcessTracer::absolute_path(const FileDescriptor&) const
|
||||
{
|
||||
return String::format("tracer:%d", m_pid);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue