mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-15 23:17:14 +00:00
parent
ac335ef58a
commit
f6c47a46c6
@ -67,6 +67,8 @@ struct Genode::Directory : Noncopyable, Interface
|
||||
typedef String<Vfs::Directory_service::DIRENT_MAX_NAME_LEN> Name;
|
||||
|
||||
Name name() const { return Name(Cstring(_dirent.name)); }
|
||||
|
||||
Vfs::Directory_service::Dirent_type type() const { return _dirent.type; }
|
||||
};
|
||||
|
||||
typedef String<256> Path;
|
||||
|
Loading…
x
Reference in New Issue
Block a user