Searched refs:lang_path (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/ |
H A D | builtin-script.c | 3185 #define for_each_script(lang_path, lang_dir, script_dirent) \ argument 3189 !is_directory(lang_path, script_dirent))) 3331 char *buf, *scripts_path, *script_path, *lang_path, *first_half; in list_available_scripts() local 3343 lang_path = buf + 2 * MAXPATHLEN; in list_available_scripts() 3359 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts() 3361 lang_dir = opendir(lang_path); in list_available_scripts() 3365 for_each_script(lang_path, lang_dir, script_dirent) { in list_available_scripts() 3370 lang_path, script_dirent->d_name); in list_available_scripts() 3423 char lang_path[MAXPATHLEN]; in get_script_path() local 3433 scnprintf(lang_path, MAXPATHLE in get_script_path() [all...] |