mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 06:48:49 +00:00
FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies.
This commit is contained in:
parent
8e83aac8a3
commit
874bffc729
Notes:
sideshowbarker
2024-07-19 13:49:52 +09:00
Author: https://github.com/awesomekling
Commit: 874bffc729
6 changed files with 40 additions and 97 deletions
|
@ -261,7 +261,7 @@ int FileDescriptor::close()
|
|||
return 0;
|
||||
}
|
||||
|
||||
KResultOr<String> FileDescriptor::absolute_path()
|
||||
String FileDescriptor::absolute_path()
|
||||
{
|
||||
if (m_custody)
|
||||
return m_custody->absolute_path();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue