HomeSort by relevance Sort by last modified time
    Searched refs:scripts_path (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/
builtin-script.c 680 #define for_each_lang(scripts_path, scripts_dir, lang_dirent, lang_next)\
685 is_directory(scripts_path, &lang_dirent))) && \
834 char scripts_path[MAXPATHLEN]; local
843 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path());
845 scripts_dir = opendir(scripts_path);
849 for_each_lang(scripts_path, scripts_dir, lang_dirent, lang_next) {
850 snprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path,
884 char scripts_path[MAXPATHLEN]; local
891 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path());
893 scripts_dir = opendir(scripts_path);
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 586 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')
    [all...]

Completed in 68 milliseconds