mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
Remove FS::read_entire_inode() in favor of Inode::read_entire().
This commit is contained in:
parent
04ee693925
commit
7bc41532be
9 changed files with 9 additions and 66 deletions
|
@ -13,7 +13,7 @@ FileSystemPath::FileSystemPath(const String& s)
|
|||
|
||||
bool FileSystemPath::canonicalize(bool resolve_symbolic_links)
|
||||
{
|
||||
// FIXME: Implement "resolveSymbolicLinks"
|
||||
// FIXME: Implement "resolve_symbolic_links"
|
||||
(void) resolve_symbolic_links;
|
||||
auto parts = m_string.split('/');
|
||||
Vector<String> canonical_parts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue