Searched defs:path_equal (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dpath-util.c432 bool path_equal(const char *a, const char *b) { function
437 return path_equal(a, b) || files_same(a, b) > 0;
572 return !path_equal(d, "true") &&
573 !path_equal(d, "/bin/true") &&
574 !path_equal(d, "/usr/bin/true") &&
575 !path_equal(d, "/dev/null");
615 if (isempty(root) || path_equal(root, "/"))
660 if (suppress_root && path_equal(p, "/"))

Completed in 12 milliseconds