Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
Dcompile_frontend.py39 scripts_path = os.path.dirname(os.path.abspath(__file__)) variable
40 devtools_path = os.path.dirname(scripts_path)
45 closure_compiler_jar = scripts_path + "/closure/compiler.jar"
46 jsdoc_validator_jar = scripts_path + "/jsdoc-validator/jsdoc-validator.jar"
599 …ted_webgl_calls_info.py %s %s/InjectedScriptCanvasModuleSource.js" % (scripts_path, webgl_renderin…
/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 …]