Searched refs:cleaned (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dmount-util.c317 _cleanup_free_ char *cleaned = NULL; local
334 cleaned = strdup(prefix);
335 if (!cleaned)
338 path_kill_slashes(cleaned);
396 top_autofs = top_autofs || path_equal(cleaned, p);
400 if (path_startswith(p, cleaned) &&
417 (top_autofs || set_contains(done, cleaned)))
420 if (!set_contains(done, cleaned) &&
421 !set_contains(todo, cleaned)) {
424 if (mount(cleaned, cleane
[all...]

Completed in 1218 milliseconds