mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-01 12:41:32 +00:00
parent
c12d2f80f2
commit
9dc213b296
@ -177,9 +177,9 @@ namespace Genode {
|
|||||||
*/
|
*/
|
||||||
void _canonicalize()
|
void _canonicalize()
|
||||||
{
|
{
|
||||||
|
strip_superfluous_slashes(_path);
|
||||||
strip_superfluous_dotslashes(_path);
|
strip_superfluous_dotslashes(_path);
|
||||||
strip_double_dot_dirs(_path);
|
strip_double_dot_dirs(_path);
|
||||||
strip_superfluous_slashes(_path);
|
|
||||||
remove_trailing('.', _path);
|
remove_trailing('.', _path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user