Lines Matching refs:scripts_path
680 #define for_each_lang(scripts_path, scripts_dir, lang_dirent, lang_next)\ argument
685 is_directory(scripts_path, &lang_dirent))) && \
834 char scripts_path[MAXPATHLEN]; in list_available_scripts() local
843 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path()); in list_available_scripts()
845 scripts_dir = opendir(scripts_path); in list_available_scripts()
849 for_each_lang(scripts_path, scripts_dir, lang_dirent, lang_next) { in list_available_scripts()
850 snprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
884 char scripts_path[MAXPATHLEN]; in get_script_path() local
891 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path()); in get_script_path()
893 scripts_dir = opendir(scripts_path); in get_script_path()
897 for_each_lang(scripts_path, scripts_dir, lang_dirent, lang_next) { in get_script_path()
898 snprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in get_script_path()