Searched refs:cg_shift_path (Results 1 - 4 of 4) sorted by relevance
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-creds.c | 407 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 D | cgroup-util.h | 149 int cg_shift_path(const char *cgroup, const char *cached_root, const char **shifted);
|
H A D | cgroup-util.c | 1191 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 D | test-cgroup-util.c | 289 assert_se(cg_shift_path(raw, root, &s) >= 0);
|
Completed in 1068 milliseconds