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