Searched refs:script_path (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/ |
H A D | ide_none.py | 44 script_path = modified_recipe.gen_install_deploy_script(args) 45 logger.info("Created: %s" % script_path)
|
/openbmc/openbmc/poky/scripts/ |
H A D | yocto_testresults_query.py | 20 script_path = os.path.dirname(os.path.realpath(__file__)) variable 21 poky_path = os.path.abspath(os.path.join(script_path, "..")) 22 resulttool = os.path.abspath(os.path.join(script_path, "resulttool"))
|
H A D | resulttool | 38 script_path = os.path.dirname(os.path.realpath(__file__)) variable 39 lib_path = script_path + '/lib'
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | phosphor-debug-collector.bbclass | 10 def install_dreport_user_script(dreport_conf, script_path, d): 26 script = os.path.basename(script_path) 27 file = open(script_path, "r")
|
/openbmc/openbmc-test-automation/lib/ |
H A D | ffdc_cli_robot_script.py | 184 script_path = os.path.dirname(os.path.abspath(__file__)) 185 config = script_path + "/../ffdc/ffdc_config.yaml"
|
/openbmc/linux/tools/perf/ |
H A D | builtin-script.c | 3321 char *buf, *scripts_path, *script_path, *lang_path, *first_half; in list_available_scripts() local 3332 script_path = buf + MAXPATHLEN; in list_available_scripts() 3359 scnprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts() 3361 read_script_info(desc, script_path); in list_available_scripts() 3549 char script_path[MAXPATHLEN]; in get_script_path() local 3572 scnprintf(script_path, MAXPATHLEN, "%s/%s", in get_script_path() 3575 return strdup(script_path); in get_script_path() 3586 static bool is_top_script(const char *script_path) in is_top_script() argument 3588 return ends_with(script_path, "top") != NULL; in is_top_script() 3591 static int has_required_arg(char *script_path) in has_required_arg() argument [all …]
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | report.py | 162 script_path = os.path.dirname(os.path.realpath(__file__)) 163 file_loader = FileSystemLoader(script_path + '/template')
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | test_intel_pt.sh | 285 script_path=$(realpath "$0") 286 script_dir=$(dirname "$script_path")
|