mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
parent
e1a079954b
commit
8310a94843
@ -250,8 +250,9 @@ class Genode::Path_base
|
||||
import(path, pwd);
|
||||
}
|
||||
|
||||
char *base() { return _path; }
|
||||
char const *base() const { return _path; }
|
||||
char *base() { return _path; }
|
||||
char const *base() const { return _path; }
|
||||
char const *string() const { return _path; }
|
||||
|
||||
size_t max_len() { return _path_max_len; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user