mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
Kernel: Make File::absolute_path() const.
This commit is contained in:
@@ -41,7 +41,7 @@ KResultOr<Region*> InodeFile::mmap(Process& process, LinearAddress preferred_lad
|
||||
return region;
|
||||
}
|
||||
|
||||
String InodeFile::absolute_path(FileDescriptor& descriptor) const
|
||||
String InodeFile::absolute_path(const FileDescriptor& descriptor) const
|
||||
{
|
||||
ASSERT_NOT_REACHED();
|
||||
ASSERT(descriptor.custody());
|
||||
|
||||
Reference in New Issue
Block a user