Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudevadm-info.c581 const char *next_path; in draw_tree() local
583 r = sd_device_get_devpath(next, &next_path); in draw_tree()
587 if (!path_startswith(next_path, device_path)) { in draw_tree()
588 more = !parent_path || path_startswith(next_path, parent_path); in draw_tree()