mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
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;
|
||||
|
||||
Reference in New Issue
Block a user