Searched refs:lang_path (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/perf/ |
| H A D | builtin-script.c | 3179 !is_directory(lang_path, script_dirent))) 3333 lang_path = buf + 2 * MAXPATHLEN; in list_available_scripts() 3349 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts() 3351 lang_dir = opendir(lang_path); in list_available_scripts() 3355 for_each_script(lang_path, lang_dir, script_dirent) { in list_available_scripts() 3360 lang_path, script_dirent->d_name); in list_available_scripts() 3413 char lang_path[MAXPATHLEN]; in get_script_path() local 3423 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in get_script_path() 3425 lang_dir = opendir(lang_path); in get_script_path() 3429 for_each_script(lang_path, lang_dir, script_dirent) { in get_script_path() [all …]
|