Home
last modified time | relevance | path

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

/third_party/libinput/src/
Dudev-seat.c50 const char *new_syspath = udev_device_get_syspath(udev_device); in filter_duplicates() local
65 if (syspath && new_syspath && streq(syspath, new_syspath)) in filter_duplicates()
/third_party/eudev/src/libudev/
Dlibudev-device.c1954 char *new_syspath; in udev_device_rename() local
1964 new_syspath = strjoina(dirname, "/", name); in udev_device_rename()
1966 r = udev_device_set_syspath(udev_device, new_syspath); in udev_device_rename()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1695 char *new_syspath = internal_malloc(newlen); in get_sys_path() local
1696 memset(new_syspath, 0, newlen); in get_sys_path()
1697 strcpy(new_syspath, sys_path); in get_sys_path()
1698 strcat(new_syspath, ":"); in get_sys_path()
1699 strcat(new_syspath, sys_path_default); in get_sys_path()
1700 sys_path = new_syspath; in get_sys_path()