Searched refs:path_dup (Results 1 – 1 of 1) sorted by relevance
417 char *path_dup = safe_strdup(path); in section_new() local418 xasprintf(&s->name, "%s (%s)", name, basename(path_dup)); in section_new()419 free(path_dup); in section_new()