Home
last modified time | relevance | path

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

/third_party/libinput/src/
Dquirks.c417 char *path_dup = safe_strdup(path); in section_new() local
418 xasprintf(&s->name, "%s (%s)", name, basename(path_dup)); in section_new()
419 free(path_dup); in section_new()