Searched refs:cg_shift_path (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-creds.c | 388 r = cg_shift_path(c->cgroup, c->cgroup_root, &shifted); in sd_bus_creds_get_unit() 415 r = cg_shift_path(c->cgroup, c->cgroup_root, &shifted); in sd_bus_creds_get_user_unit() 442 r = cg_shift_path(c->cgroup, c->cgroup_root, &shifted); in sd_bus_creds_get_slice() 469 r = cg_shift_path(c->cgroup, c->cgroup_root, &shifted); in sd_bus_creds_get_user_slice() 496 r = cg_shift_path(c->cgroup, c->cgroup_root, &shifted); in sd_bus_creds_get_session() 521 r = cg_shift_path(c->cgroup, c->cgroup_root, &shifted); in sd_bus_creds_get_owner_uid()
|
/systemd-251/src/basic/ |
D | cgroup-util.h | 268 int cg_shift_path(const char *cgroup, const char *cached_root, const char **shifted);
|
D | cgroup-util.c | 1046 int cg_shift_path(const char *cgroup, const char *root, const char **shifted) { in cg_shift_path() function 1086 r = cg_shift_path(raw, root, &c); in cg_pid_get_path_shifted()
|
/systemd-251/src/test/ |
D | test-cgroup-util.c | 290 assert_se(cg_shift_path(raw, root, &s) >= 0); in test_shift_path_one()
|