Home
last modified time | relevance | path

Searched refs:cg_path_get_owner_uid (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/basic/
Dcgroup-util.h261 int cg_path_get_owner_uid(const char *path, uid_t *uid);
Dcgroup-util.c1413 int cg_path_get_owner_uid(const char *path, uid_t *uid) { in cg_path_get_owner_uid() function
1446 return cg_path_get_owner_uid(cgroup, uid); in cg_pid_get_owner_uid()
/systemd-251/src/test/
Dtest-cgroup-util.c110 assert_se(cg_path_get_owner_uid(path, &uid) == code); in check_p_g_o_u()
/systemd-251/src/journal/
Djournald-context.c301 if (cg_path_get_owner_uid(c->cgroup, &c->owner_uid) < 0) in client_context_read_cgroup()
/systemd-251/src/oom/
Doomd-manager.c84 r = cg_path_get_owner_uid(message.path, &cg_uid); in process_managed_oom_message()
/systemd-251/src/libsystemd/sd-bus/
Dbus-creds.c525 return cg_path_get_owner_uid(shifted, uid); in sd_bus_creds_get_owner_uid()