Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-device/
Dsd-device.c166 _cleanup_free_ char *real_sys = NULL, *new_syspath = NULL; in device_set_syspath() local
170 r = chase_symlinks("/sys", NULL, 0, &real_sys, NULL); in device_set_syspath()
174 p = path_startswith(syspath, real_sys); in device_set_syspath()
178 syspath, real_sys); in device_set_syspath()