Home
last modified time | relevance | path

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

/external/linux-tools-perf/
Dbuiltin-script.c680 #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()
[all …]
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dscm_unittest.py586 scripts_path = os.path.join(self.svn_checkout_path, 'Tools', 'Scripts')
587 os.makedirs(scripts_path)
588 create_patch_path = os.path.join(scripts_path, 'svn-create-patch')