Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-creds.c388 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/
Dcgroup-util.h268 int cg_shift_path(const char *cgroup, const char *cached_root, const char **shifted);
Dcgroup-util.c1046 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/
Dtest-cgroup-util.c290 assert_se(cg_shift_path(raw, root, &s) >= 0); in test_shift_path_one()