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

/systemd/src/libsystemd/sd-bus/
H A Dbus-creds.c407 r = cg_shift_path(c->cgroup, c->cgroup_root, &shifted);
434 r = cg_shift_path(c->cgroup, c->cgroup_root, &shifted);
461 r = cg_shift_path(c->cgroup, c->cgroup_root, &shifted);
488 r = cg_shift_path(c->cgroup, c->cgroup_root, &shifted);
515 r = cg_shift_path(c->cgroup, c->cgroup_root, &shifted);
540 r = cg_shift_path(c->cgroup, c->cgroup_root, &shifted);
/systemd/src/basic/
H A Dcgroup-util.h149 int cg_shift_path(const char *cgroup, const char *cached_root, const char **shifted);
H A Dcgroup-util.c1191 int cg_shift_path(const char *cgroup, const char *root, const char **shifted) { function
1231 r = cg_shift_path(raw, root, &c);
/systemd/src/test/
H A Dtest-cgroup-util.c289 assert_se(cg_shift_path(raw, root, &s) >= 0);

Completed in 1068 milliseconds