Home
last modified time | relevance | path

Searched refs:prefixed_path_strv_contains (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Dpath-util.h194 bool prefixed_path_strv_contains(char **l, const char *path);
Dpath-util.c1299 bool prefixed_path_strv_contains(char **l, const char *path) { in prefixed_path_strv_contains() function
/systemd-251/src/core/
Dnamespace.c1864 if (prefixed_path_strv_contains(read_only_paths, "/")) in root_read_only()
1887 if (prefixed_path_strv_contains(read_only_paths, "/home") || in home_read_only()
1888 prefixed_path_strv_contains(inaccessible_paths, "/home") || in home_read_only()
1889 prefixed_path_strv_contains(empty_directories, "/home")) in home_read_only()
Dexecute.c6662 !(prefixed_path_strv_contains(c->inaccessible_paths, "/tmp") && in exec_runtime_make()
6663 (prefixed_path_strv_contains(c->inaccessible_paths, "/var/tmp") || in exec_runtime_make()
6664 prefixed_path_strv_contains(c->inaccessible_paths, "/var")))) { in exec_runtime_make()