Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dstrlist.c112 const char *subst_dir) in strlist__parse_list_entry() argument
120 if (subst_dir) { in strlist__parse_list_entry()
122 if (asprintf(&subst, "%s/%s", subst_dir, s) < 0) in strlist__parse_list_entry()
142 static int strlist__parse_list(struct strlist *slist, const char *s, const char *subst_dir) in strlist__parse_list() argument
149 err = strlist__parse_list_entry(slist, s, subst_dir); in strlist__parse_list()
156 return *s ? strlist__parse_list_entry(slist, s, subst_dir) : 0; in strlist__parse_list()