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

/systemd/src/test/
H A Dtest-cgroup-util.c262 static void test_slice_to_path_one(const char *unit, const char *path, int error) { function
271 test_slice_to_path_one("foobar.slice", "foobar.slice", 0);
272 test_slice_to_path_one("foobar-waldo.slice", "foobar.slice/foobar-waldo.slice", 0);
273 test_slice_to_path_one("foobar-waldo.service", NULL, -EINVAL);
274 test_slice_to_path_one("-.slice", "", 0);
275 test_slice_to_path_one("--.slice", NULL, -EINVAL);
276 test_slice_to_path_one("-", NULL, -EINVAL);
277 test_slice_to_path_one("-foo-.slice", NULL, -EINVAL);
278 test_slice_to_path_one("-foo.slice", NULL, -EINVAL);
279 test_slice_to_path_one("fo
[all...]

Completed in 828 milliseconds