Searched refs:scripts_path (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-script.c3190 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \
3194 is_directory(scripts_path, lang_dirent))) && \
3344 char *buf, *scripts_path, *script_path, *lang_path, *first_half; local
3354 scripts_path = buf;
3359 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
3361 scripts_dir = opendir(scripts_path);
3366 scripts_path);
3371 for_each_lang(scripts_path, scripts_dir, lang_dirent) {
3372 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path,
3502 char scripts_path[MAXPATHLE local
3571 char scripts_path[MAXPATHLEN]; local
[all...]

Completed in 106 milliseconds