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

/linux-master/tools/perf/
H A Dbuiltin-script.c3198 #define for_each_script(lang_path, lang_dir, script_dirent) \
3202 !is_directory(lang_path, script_dirent)))
3344 char *buf, *scripts_path, *script_path, *lang_path, *first_half; local
3356 lang_path = buf + 2 * MAXPATHLEN;
3372 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path,
3374 lang_dir = opendir(lang_path);
3378 for_each_script(lang_path, lang_dir, script_dirent) {
3383 lang_path, script_dirent->d_name);
3502 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN]; local
3525 scnprintf(lang_path, MAXPATHLE
3574 char lang_path[MAXPATHLEN]; local
[all...]

Completed in 127 milliseconds