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