Home
last modified time | relevance | path

Searched refs:script_path (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A Dide_none.py44 script_path = modified_recipe.gen_install_deploy_script(args)
45 logger.info("Created: %s" % script_path)
/openbmc/openbmc/poky/scripts/
H A Dyocto_testresults_query.py20 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 Dresulttool35 script_path = os.path.dirname(os.path.realpath(__file__)) variable
36 lib_path = script_path + '/lib'
/openbmc/openbmc/meta-phosphor/classes/
H A Dphosphor-debug-collector.bbclass10 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 Dffdc_cli_robot_script.py184 script_path = os.path.dirname(os.path.abspath(__file__))
185 config = script_path + "/../ffdc/ffdc_config.yaml"
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dreport.py162 script_path = os.path.dirname(os.path.realpath(__file__))
163 file_loader = FileSystemLoader(script_path + '/template')
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c3332 script_path = buf + MAXPATHLEN; 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
3575 return strdup(script_path); in get_script_path()
3588 return ends_with(script_path, "top") != NULL; in is_top_script()
3599 if (read_script_info(desc, script_path)) in has_required_arg()
3838 char *script_path = NULL; in cmd_script() local
4192 script_path = rec_script_path; in cmd_script()
4194 script_path = rep_script_path; in cmd_script()
4196 if (script_path) { in cmd_script()
[all …]
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_intel_pt.sh285 script_path=$(realpath "$0")
286 script_dir=$(dirname "$script_path")