Searched refs:prefixed_path_strv_contains (Results 1 – 4 of 4) sorted by relevance
194 bool prefixed_path_strv_contains(char **l, const char *path);
1299 bool prefixed_path_strv_contains(char **l, const char *path) { in prefixed_path_strv_contains() function
1864 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()
6662 !(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()